Skip to content

Commit

Permalink
fix: update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed Mar 4, 2024
1 parent 5e8f3fc commit 51a0041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
version: v1.13.1 #latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}

0 comments on commit 51a0041

Please sign in to comment.