Skip to content

Commit

Permalink
homebew: Use a custom PAT to publish
Browse files Browse the repository at this point in the history
The standard CI token doesn't have permissions
  • Loading branch information
vHanda committed May 11, 2022
1 parent 75324e3 commit 7ad0951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ brews:
tap:
owner: GitJournal
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit 7ad0951

Please sign in to comment.