We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0712e0 commit 68c307bCopy full SHA for 68c307b
.github/workflows/release.yml
@@ -40,6 +40,11 @@ jobs:
40
fetch-depth: 0
41
- name: setup access for find-code-references
42
uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
43
+ with:
44
+ repo_keys_map: |
45
+ {
46
+ "launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
47
+ }
48
# - uses: launchdarkly/gh-actions/actions/[email protected]
49
# name: Get secrets
50
# with:
0 commit comments