Skip to content

Commit 8d9086f

Browse files
committed
gorel2
1 parent f23af62 commit 8d9086f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ brews:
4949
- name: jwtutil
5050
ids:
5151
- jwtutil
52-
tap:
52+
repository:
5353
owner: goware
5454
name: homebrew-tap
5555
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
args: release -f .github/.goreleaser.yml --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
31+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333

3434
docker:

0 commit comments

Comments
 (0)