We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f53d0 commit c19bbbaCopy full SHA for c19bbba
.github/workflows/goreleaser.yml
@@ -30,4 +30,5 @@ jobs:
30
version: latest
31
args: release --rm-dist
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # Use separate access token, because we need a scope:repo token to publish the brew formula.
34
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments