Skip to content

Commit 7608968

Browse files
committed
Fix a token used by goreleaser
1 parent 48b08ae commit 7608968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: latest
2727
args: release --rm-dist --config .goreleaser.yml
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
3030

3131
docker:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)