bump-tap-formula fails: wrong token for forgejo tap write #20

Closed
opened 2026-06-04 19:14:19 +00:00 by coilysiren · 0 comments
Owner

bump-tap-formula fails: HOMEBREW_TAP_TOKEN can't write the forgejo tap

On the v0.10.4 release (PR #40), release and bump-formula succeeded but
bump-tap-formula failed (check-runs conclusion: failure). bump-formula
uses GITHUB_TOKEN for the same-repo github write (works); bump-tap-formula
needs a forgejo PAT with write to coilyco-flight-deck/homebrew-tap. The
repo-level HOMEBREW_TAP_TOKEN secret doesn't have that (likely a github
token or scoped to the old coilysiren tap).

Fix: use FORGEJO_TOKEN - the org-level github Actions secret on
coilyco-flight-deck that ward already uses for the same cross-host tap
write. If FORGEJO_TOKEN isn't scoped to this repo, add it to the org
secret's repo list (or set it repo-level).

Result: central tap stays at v0.10.3 until a release runs with the fixed token.

## bump-tap-formula fails: HOMEBREW_TAP_TOKEN can't write the forgejo tap On the v0.10.4 release (PR #40), `release` and `bump-formula` succeeded but `bump-tap-formula` failed (check-runs conclusion: failure). bump-formula uses GITHUB_TOKEN for the same-repo github write (works); bump-tap-formula needs a forgejo PAT with write to `coilyco-flight-deck/homebrew-tap`. The repo-level `HOMEBREW_TAP_TOKEN` secret doesn't have that (likely a github token or scoped to the old coilysiren tap). Fix: use `FORGEJO_TOKEN` - the org-level github Actions secret on coilyco-flight-deck that `ward` already uses for the same cross-host tap write. If FORGEJO_TOKEN isn't scoped to this repo, add it to the org secret's repo list (or set it repo-level). Result: central tap stays at v0.10.3 until a release runs with the fixed token.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/session-lattice#20
No description provided.