Skip to content

Commit 68c307b

Browse files
committed
fix ssh-key-by-repo usage
1 parent c0712e0 commit 68c307b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
fetch-depth: 0
4141
- name: setup access for find-code-references
4242
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+
}
4348
# - uses: launchdarkly/gh-actions/actions/[email protected]
4449
# name: Get secrets
4550
# with:

0 commit comments

Comments
 (0)