Skip to content

Commit c0712e0

Browse files
committed
use new public ssh-key-by-repo action
1 parent a0b4dac commit c0712e0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,8 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41-
- uses: actions/checkout@v4
42-
with:
43-
fetch-depth: 0
44-
repository: launchdarkly/find-code-references
45-
path: find-code-references
46-
# - name: setup access for find-code-references
47-
# uses: launchdarkly/common-actions/ssh-key-by-repo@main
48-
# with:
49-
# repo_keys_map: |
50-
# {
51-
# "launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
52-
# }
41+
- name: setup access for find-code-references
42+
uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
5343
# - uses: launchdarkly/gh-actions/actions/[email protected]
5444
# name: Get secrets
5545
# with:

0 commit comments

Comments
 (0)