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 a0b4dac commit c0712e0Copy full SHA for c0712e0
.github/workflows/release.yml
@@ -38,18 +38,8 @@ jobs:
38
- uses: actions/checkout@v4
39
with:
40
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
- # }
+ - name: setup access for find-code-references
+ uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
53
# - uses: launchdarkly/gh-actions/actions/[email protected]
54
# name: Get secrets
55
# with:
0 commit comments