We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23af62 commit 8d9086fCopy full SHA for 8d9086f
.github/.goreleaser.yml
@@ -49,7 +49,7 @@ brews:
49
- name: jwtutil
50
ids:
51
- jwtutil
52
- tap:
+ repository:
53
owner: goware
54
name: homebrew-tap
55
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
args: release -f .github/.goreleaser.yml --clean
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
34
docker:
0 commit comments