Skip to content

Commit 8b080a9

Browse files
authored
Merge pull request #45 from robmorgan/chore/goreleaser-gh-token
fix: fix infraspec brew token
2 parents c6d37ad + 3bbe80d commit 8b080a9

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
@@ -37,5 +37,5 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
# for updating brew formula in robmorgan/homebrew-infraspec
40-
GITHUB_BREW_TOKEN: ${{ secrets.GITHUB_BREW_TOKEN }}
40+
GITHUB_BREW_TOKEN: ${{ secrets.INFRASPEC_GITHUB_BREW_TOKEN }}
4141
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)