Skip to content

Commit

Permalink
Change GH actions token to GH PAT for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Oct 7, 2022
1 parent 530e437 commit fc6de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FLORA_GH_PAT }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit fc6de9e

Please sign in to comment.