Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit e29363c

Browse files
committed
fix: Use custom token for homebrew taps
1 parent e019e28 commit e29363c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
args: release --clean
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
5455

5556
docker:
5657
runs-on: ubuntu-latest

.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ brews:
6161
tap:
6262
owner: amalshaji
6363
name: homebrew-taps
64+
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
6465
commit_author:
6566
name: Amal Shaji
6667
email: amalshajid@gmail.com

0 commit comments

Comments
 (0)