Skip to content

Commit

Permalink
Use GORELEASER_GITHUB_TOKEN for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 10, 2019
1 parent addb0cb commit de86467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo ${SNAPCRAFT_LOGIN} | snapcraft login --with -
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
run: |
sudo snap install goreleaser --classic
goreleaser release

0 comments on commit de86467

Please sign in to comment.