Skip to content

Commit

Permalink
ci(config): fix gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
zcong1993 committed Nov 16, 2020
1 parent 1f7bc8a commit b9f16ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ changelog:
- '^tweak'
- '^test'
brews:
- github:
- tap:
owner: zcong1993
name: homebrew-tap
folder: Formula
Expand Down

0 comments on commit b9f16ce

Please sign in to comment.