Skip to content

Commit

Permalink
Merge pull request #261 from capeprivacy/thor/tap-token
Browse files Browse the repository at this point in the history
Use separate token for homebrew tap
  • Loading branch information
kitschysynq authored Mar 28, 2023
2 parents f9ff9b3 + 77d40e1 commit 9408526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ brews:
tap:
owner: capeprivacy
name: homebrew-tap
token: "{{.Env.TAP_GITHUB_TOKEN}}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 9408526

Please sign in to comment.