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 e8c40f0 commit b44aaecCopy full SHA for b44aaec
1 file changed
.github/workflows/release.yml
@@ -39,12 +39,13 @@ jobs:
39
with:
40
fetch-depth: 0
41
- name: setup access for find-code-references
42
- uses: launchdarkly/common-actions/ssh-key-by-repo@a96f43594a08620a981f2e85aecd60c4a469885d
+ uses: launchdarkly/common-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/release-secrets@release-secrets-v1.2.0
50
# name: Get secrets
51
# with:
0 commit comments