Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,7 @@ jobs:
tag-name: v${{ inputs.version }}
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
# The action reads the source repo (release tag, tarball checksum) with
# GITHUB_TOKEN; without it, it falls back to COMMITTER_TOKEN, whose
# fine-grained PAT only sees the tap and gets 403 on this repo.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Comment on lines +387 to +390
Loading