Skip to content

Commit

Permalink
chore: fix goreleaser token
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Aug 26, 2023
1 parent ad15844 commit 74c5bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_TOKEN: ${{ secrets.TAP_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ brews:
owner: nothinux
name: homebrew-tools
branch: main
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
token: "{{ .Env.TAP_TOKEN }}"

0 comments on commit 74c5bbe

Please sign in to comment.