Skip to content

Commit ca8592d

Browse files
committed
chore: Update GITHUB_TOKEN in goreleaser-publish workflow
1 parent 4312e8c commit ca8592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
version: latest
2727
args: release --clean
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3030
BUILD_USER: ${{ github.actor }} (via Github Actions)

0 commit comments

Comments
 (0)