-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LaunchDarklyReleaseBot
committed
Aug 21, 2023
1 parent
a77e9e9
commit 6364f6c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
with: | ||
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions | ||
- name: LaunchDarkly Code References | ||
uses: launchdarkly/[email protected].1 | ||
uses: launchdarkly/[email protected].2 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|
@@ -61,7 +61,7 @@ jobs: | |
with: | ||
fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions | ||
- name: LaunchDarkly Code References | ||
uses: launchdarkly/[email protected].1 | ||
uses: launchdarkly/[email protected].2 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|