Skip to content

Commit 59aaefa

Browse files
fix: use go releaser token to push artifacts
1 parent a418c90 commit 59aaefa

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
@@ -31,4 +31,4 @@ jobs:
3131
version: v1.8.3
3232
args: --rm-dist
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 commit comments

Comments
 (0)