Skip to content

Commit c19bbba

Browse files
committed
Fix brew publication
1 parent 22f53d0 commit c19bbba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
version: latest
3131
args: release --rm-dist
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
# 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

Comments
 (0)