We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f1c6f commit 670ecf3Copy full SHA for 670ecf3
.github/workflows/release.yml
@@ -36,5 +36,6 @@ jobs:
36
args: release --clean
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
40
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
41
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
.goreleaser.yaml
@@ -72,6 +72,7 @@ homebrew_casks:
72
- repository:
73
owner: hmans
74
name: homebrew-beans
75
+ token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
76
homepage: "https://github.com/hmans/beans"
77
description: "Agentic-first issue tracker"
78
license: "Apache-2.0"
0 commit comments