Skip to content

Commit

Permalink
ci: update the goreleaser workflow to use PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Sep 10, 2023
1 parent a4d4ec9 commit 6f43dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 6f43dbf

Please sign in to comment.