Skip to content

Commit

Permalink
Add TAP_GITHUB_TOKEN to avoid error 403 when action runs
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 20, 2025
1 parent 3834489 commit 09594ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ brews:
owner: ch007m
name: homebrew-helloworld
branch: main
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
commit_author:
name: ch007m
email: [email protected]
Expand Down

0 comments on commit 09594ef

Please sign in to comment.