1 parent 1f051e6 commit 14d27daCopy full SHA for 14d27da
1 file changed
.goreleaser.yaml
@@ -118,6 +118,9 @@ homebrew_casks:
118
repository:
119
owner: roberson-io
120
name: homebrew-tap
121
+ # Cross-repo push needs the tap PAT; without this GoReleaser falls back to
122
+ # the Actions GITHUB_TOKEN, which cannot write to another repository.
123
+ token: '{{ index .Env "HOMEBREW_TAP_GITHUB_TOKEN" }}'
124
homepage: https://github.com/roberson-io/cchef
125
description: CyberChef on the command line
126
license: Apache-2.0
0 commit comments