-
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
Jan 24, 2024
1 parent
7c7f937
commit 964e125
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: 11 # 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].5 | ||
uses: launchdarkly/[email protected].6 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|
@@ -61,7 +61,7 @@ jobs: | |
with: | ||
fetch-depth: 11 # 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].5 | ||
uses: launchdarkly/[email protected].6 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|