Skip to content

Commit c47a526

Browse files
committed
fix(goreleaser): use dedicated GitHub token for Homebrew formula repo
1 parent 1bdb3f5 commit c47a526

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
args: release --rm-dist
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ brews:
3131
tap:
3232
owner: jamescun
3333
name: homebrew-formulas
34+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)