Skip to content

Commit

Permalink
ci: use TAP_TOKEN
Browse files Browse the repository at this point in the history
from an github app
  • Loading branch information
guilhem committed Nov 14, 2021
1 parent 5a15028 commit b4130e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_TOKEN: ${{ secrets.TAP_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ brews:
- tap:
owner: guilhem
name: homebrew-tap
token: "{{ .Env.TAP_TOKEN }}"
commit_author:
name: goreleaserbot
email: [email protected]
Expand Down

0 comments on commit b4130e9

Please sign in to comment.