Skip to content

Commit 1edb1de

Browse files
authored
chore: [REL-4161] add homebre-tap to repo_keys_map (#538)
This repo needs to access launchdarkly/homebrew-tap. See error [here](https://github.com/launchdarkly/ld-find-code-refs/actions/runs/16570352835/job/46860634653#step:7:642). Corresponding [terraform update](https://github.com/launchdarkly/terraform/pull/19909) (needs to be merged first). <!-- ld-jira-link --> --- Related Jira issue: [REL-4161: Migrate ld-find-code-refs from Releaser to GHA](https://launchdarkly.atlassian.net/browse/REL-4161) <!-- end-ld-jira-link -->
1 parent edc6d54 commit 1edb1de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
with:
4343
repo_keys_map: |
4444
{
45-
"launchdarkly/find-code-references": ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERENCES_DEPLOY_KEY) }}
45+
"launchdarkly/find-code-references": ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERENCES_DEPLOY_KEY) }},
46+
"launchdarkly/homebrew-tap": ${{ toJSON(secrets.LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY) }}
4647
}
4748
- name: build
4849
run: |

0 commit comments

Comments
 (0)