Skip to content

Commit

Permalink
fix(goreleaser): Set a custom PAT for goreleaser brew taps (#71)
Browse files Browse the repository at this point in the history
* set the `TAP_GITHUB_TOKEN` env var

* try PAT?

* add fixme comment
  • Loading branch information
mircea-pavel-anton authored Oct 12, 2024
1 parent b9528bc commit 1f67ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
args: release --clean ${{ inputs.dry-run && '--snapshot' || '' }}
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
TAP_GITHUB_TOKEN: "${{ secrets.GHCR_RW_TOKEN }}" # FIXME: maybe figure out how to make this work with the github app token...

0 comments on commit 1f67ebf

Please sign in to comment.