Skip to content

Commit 96de711

Browse files
committed
ci: Add Homebrew tap token for cross-repo access
1 parent 2c8a607 commit 96de711

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ brews:
5858
owner: PinataCloud
5959
name: homebrew-ipfs-cli
6060
branch: main
61+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
6162
commit_author:
6263
name: goreleaser-bot
6364
email: bot@goreleaser.com

0 commit comments

Comments
 (0)