Skip to content

Commit b9f16ce

Browse files
committed
ci(config): fix gh token
1 parent 1f7bc8a commit b9f16ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
version: latest
2424
args: release --rm-dist
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ changelog:
1717
- '^tweak'
1818
- '^test'
1919
brews:
20-
- github:
20+
- tap:
2121
owner: zcong1993
2222
name: homebrew-tap
2323
folder: Formula

0 commit comments

Comments
 (0)