Skip to content

Commit

Permalink
Use dedicated token for using GoReleaser Homebrew feature
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Feb 4, 2020
1 parent 63cfa55 commit 811dbd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
# 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 }}

0 comments on commit 811dbd8

Please sign in to comment.