Skip to content

Commit 212de18

Browse files
authored
set a GH token for goreleaser
the provided GITHUB_TOKEN is not enough if we need to push to another repo (brew tap): https://github.com/goreleaser/goreleaser-action#limitation
1 parent 3927fc2 commit 212de18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
version: latest
2626
args: release --rm-dist
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)