We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85db8a commit 5cfb5b0Copy full SHA for 5cfb5b0
.github/workflows/release.yml
@@ -27,5 +27,4 @@ jobs:
27
args: release --clean
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- # For Homebrew tap (create a PAT with repo access)
31
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
.goreleaser.yml
@@ -45,6 +45,7 @@ brews:
45
repository:
46
owner: Bharath-code
47
name: homebrew-tap
48
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
49
homepage: "https://github.com/Bharath-code/git-scope"
50
description: "A fast TUI to see the status of all git repositories"
51
license: "MIT"
0 commit comments