Skip to content

Commit

Permalink
Finalize tap
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp committed May 26, 2023
1 parent c5ae1be commit 1b459aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
version: latest
args: release --timeout 50m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_TOKEN_TAP: ${{ secrets.GORELEASER_TOKEN_TAP }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ brews:
tap:
owner: mdp
name: homebrew-tap
token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
commit_author:
name: mdp
email: [email protected]
Expand Down

0 comments on commit 1b459aa

Please sign in to comment.