Skip to content

Commit

Permalink
Use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Feb 25, 2020
1 parent 7c6b1dc commit 4bc6a30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ jobs:
version: latest
args: release --rm-dist
env:
# To upload homebrew formula to other repos,
# need to set the dedicated token having enough permissions
# https://github.com/goreleaser/goreleaser/issues/982
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4bc6a30

Please sign in to comment.