Skip to content

Commit

Permalink
Use Github PAT for Homebrew tap integration only.
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmarge committed Feb 6, 2024
1 parent 64c2438 commit 1add08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
args: release --clean
env:
# https://goreleaser.com/errors/resource-not-accessible-by-integration/
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_TOKEN: ${{ secrets.TAP_TOKEN }}
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ brews:
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
repository:
owner: cherryservers
name: homebrew-cherryctl
name: homebrew-cherryctl
# https://goreleaser.com/errors/resource-not-accessible-by-integration/
token: "{{ .Env.TAP_TOKEN }}"

0 comments on commit 1add08e

Please sign in to comment.