Skip to content

Commit

Permalink
Merge pull request #7 from kyoshidajp/add_tap_config
Browse files Browse the repository at this point in the history
Add homebrew tap settings
  • Loading branch information
kyoshidajp authored Oct 25, 2023
2 parents 8bdb3a0 + 3ab1837 commit c5e34b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ builds:
- linux
- windows
- darwin
brews:
- repository:
owner: kyoshidajp
name: homebrew-dep-doctor
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit c5e34b6

Please sign in to comment.