Skip to content

Commit 2f141b0

Browse files
committed
debugging
1 parent dff8f28 commit 2f141b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41-
- uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
41+
- name: setup access for find-code-references
42+
uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
4243
with:
4344
repo_keys_map: |
4445
{
4546
"launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
4647
}
48+
- run: git submodule update --init --recursive
4749
# - uses: launchdarkly/gh-actions/actions/[email protected]
4850
# name: Get secrets
4951
# with:

0 commit comments

Comments
 (0)