Skip to content

Commit 5cfb5b0

Browse files
committed
Add token for Homebrew tap push permissions
1 parent b85db8a commit 5cfb5b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
# For Homebrew tap (create a PAT with repo access)
3130
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ brews:
4545
repository:
4646
owner: Bharath-code
4747
name: homebrew-tap
48+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
4849
homepage: "https://github.com/Bharath-code/git-scope"
4950
description: "A fast TUI to see the status of all git repositories"
5051
license: "MIT"

0 commit comments

Comments
 (0)