Skip to content

Commit f2588fb

Browse files
committed
Use correct secret for gorelaser
1 parent 9d37208 commit f2588fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: goreleaser/[email protected]
5454
if: success()
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5757
with:
5858
version: latest
5959
args: release --rm-dist

0 commit comments

Comments
 (0)