File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,14 +38,17 @@ jobs:
3838 - uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 0
41- - name : setup access for find-code-references
42- uses : launchdarkly/common-actions/ssh-key-by-repo@main
41+ - uses : actions/checkout@v4
4342 with :
44- repo_keys_map : |
45- {
46- "launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
47- }
48- - run : git submodule update --init --recursive
43+ fetch-depth : 0
44+ repository : launchdarkly/find-code-references
45+ # - name: setup access for find-code-references
46+ # uses: launchdarkly/common-actions/ssh-key-by-repo@main
47+ # with:
48+ # repo_keys_map: |
49+ # {
50+ # "launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
51+ # }
4952 # - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
5053 # name: Get secrets
5154 # with:
You can’t perform that action at this time.
0 commit comments