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 fc23871 commit c83ab71Copy full SHA for c83ab71
.github/workflows/goreleaser.yml
@@ -27,4 +27,5 @@ jobs:
27
args: release --rm-dist
28
key: ${{ secrets.YOUR_PRIVATE_KEY }}
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_PAT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
.goreleaser.yml
@@ -61,6 +61,7 @@ brews:
61
tap:
62
owner: guumaster
63
name: homebrew-tap
64
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
65
homepage: https://github.com/guumaster/hostctl
66
description: Your dev tool to manage /etc/hosts like a pro
67
commit_author:
0 commit comments