Skip to content

Commit

Permalink
TOKEN instead of GITHUB_TOKEN: gh returned "invalid name"
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Jul 19, 2020
1 parent 878b7af commit 6850ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 6850ceb

Please sign in to comment.