Skip to content

Commit 3ab1837

Browse files
committed
Add tap settings
1 parent 8bdb3a0 commit 3ab1837

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
args: release --rm-dist
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

.goreleaser.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ builds:
2222
- linux
2323
- windows
2424
- darwin
25+
brews:
26+
- repository:
27+
owner: kyoshidajp
28+
name: homebrew-dep-doctor
29+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)