We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdd2f4 commit 52cd251Copy full SHA for 52cd251
1 file changed
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: dawidd6/action-homebrew-bump-formula@v4
74
with:
75
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
76
- token: ${{secrets.TOKEN}}
+ token: ${{secrets.HOMEBREW_ACCESS_TOKEN}}
77
# Optional, will commit with this user name
78
# user_name: name
79
# Optional, will commit with this user email
0 commit comments