Skip to content

Commit

Permalink
Have goreleaser use a different token
Browse files Browse the repository at this point in the history
  • Loading branch information
jayclassless committed Sep 8, 2019
1 parent d810ac0 commit a57fa43
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 @@ -15,7 +15,7 @@ jobs:
- name: Run GoReleaser
uses: docker://goreleaser/goreleaser:v0.117.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release
if: success()
Expand Down

0 comments on commit a57fa43

Please sign in to comment.