Skip to content

Commit

Permalink
Add GITHUB_TOKEN as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 7, 2021
1 parent 5105cb7 commit 3a38bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
curl -sL https://git.io/goreleaser | head -n -2 | bash
tar -xf /tmp/goreleaser.tar.gz -C $(go env GOPATH)/bin
goreleaser --skip-sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a38bc8

Please sign in to comment.