Skip to content

Commit

Permalink
fixed workflow to use GORELEASER_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverisaac committed Jan 19, 2022
1 parent 363257d commit 953b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}

0 comments on commit 953b30e

Please sign in to comment.