Skip to content

Commit f430c64

Browse files
authored
chore: [REL-4161] remove json encoding for homebrew deploy key (#550)
According to ChatGPT, Goreleaser is complaining because the homebrew deploy key is json-encoded. That makes some sense, so I'm hopeful that the bot is right. The error I got is [here](https://github.com/launchdarkly/ld-find-code-refs/actions/runs/16732042635/job/47362177462#step:7:271). <!-- 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 52afca9 commit f430c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
DRY_RUN: ${{ inputs.dryRun || 'false' }}
2828
CHANGELOG_ENTRY: ${{ inputs.changeLog }}
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
HOMEBREW_GH_TOKEN: ${{ toJSON(secrets.LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY) }}
30+
HOMEBREW_GH_TOKEN: ${{ secrets.LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY }}
3131
ARTIFACT_DIRECTORY: "/tmp/release-artifacts"
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)