Skip to content

Commit da81c5b

Browse files
committed
revert changes of github tokens
1 parent 3fe58dd commit da81c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
GOOS: ${{ matrix.GOOS }}
158158
GOARCH: ${{ matrix.GOARCH }}
159159
GOARM: 7 # Default is 6
160-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
161161
COSIGN_YES: true
162162
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
163163

0 commit comments

Comments
 (0)