Skip to content

Commit

Permalink
Switch to specific GitHub token for GoReleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardecook committed Sep 17, 2019
1 parent c5199a3 commit 1f05a6f
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 @@ -14,7 +14,7 @@ jobs:
- name: goreleaser
uses: docker://goreleaser/goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release
if: success()

0 comments on commit 1f05a6f

Please sign in to comment.