Skip to content

Commit

Permalink
chore(goreleaser): use token for external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvrach committed Oct 16, 2024
1 parent 326c7e2 commit 69ab0cd
Showing 1 changed file with 2 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 @@ -35,4 +35,5 @@ jobs:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

0 comments on commit 69ab0cd

Please sign in to comment.