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 dff8f28 commit 2f141b0Copy full SHA for 2f141b0
.github/workflows/release.yml
@@ -38,12 +38,14 @@ jobs:
38
- uses: actions/checkout@v4
39
with:
40
fetch-depth: 0
41
- - uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
+ - name: setup access for find-code-references
42
+ uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
43
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
49
# - uses: launchdarkly/gh-actions/actions/[email protected]
50
# name: Get secrets
51
# with:
0 commit comments