Skip to content

Commit 1c2fd55

Browse files
committed
fix: proper env var name for token
Signed-off-by: Taylor Price <[email protected]>
1 parent 17fefe3 commit 1c2fd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: dawidd6/action-homebrew-bump-formula@v3
5050
with:
5151
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
52-
token: ${{secrets.TOKEN}}
52+
token: ${{secrets.BREW_GH_TOKEN}}
5353
formula: gptscript
5454
winget-release:
5555
needs: release-tag

0 commit comments

Comments
 (0)