Skip to content

Commit

Permalink
fix: add a secret to push homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Apr 8, 2023
1 parent fa2bcdc commit f36d8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ brews:
tap:
owner: jkawamoto
name: homebrew-pixeldrain
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
nfpms:
- package_name: pixeldrain
homepage: https://jkawamoto.github.io/go-pixeldrain/
Expand Down

0 comments on commit f36d8e1

Please sign in to comment.