We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdb3a0 commit 3ab1837Copy full SHA for 3ab1837
.github/workflows/release.yaml
@@ -25,3 +25,4 @@ jobs:
25
args: release --rm-dist
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
.goreleaser.yml
@@ -22,3 +22,8 @@ builds:
22
- linux
23
- windows
24
- darwin
+brews:
+ - repository:
+ owner: kyoshidajp
+ name: homebrew-dep-doctor
29
+ token: "{{ .Env.TAP_GITHUB_TOKEN }}"
0 commit comments