Skip to content

Commit

Permalink
chore: Update GITHUB_TOKEN in goreleaser-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benemohamed committed Aug 7, 2024
1 parent 4312e8c commit ca8592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
BUILD_USER: ${{ github.actor }} (via Github Actions)

0 comments on commit ca8592d

Please sign in to comment.