bump-tap-formula fails: wrong token for forgejo tap write #20
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/session-lattice#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
bump-tap-formula fails: HOMEBREW_TAP_TOKEN can't write the forgejo tap
On the v0.10.4 release (PR #40),
releaseandbump-formulasucceeded butbump-tap-formulafailed (check-runs conclusion: failure). bump-formulauses GITHUB_TOKEN for the same-repo github write (works); bump-tap-formula
needs a forgejo PAT with write to
coilyco-flight-deck/homebrew-tap. Therepo-level
HOMEBREW_TAP_TOKENsecret doesn't have that (likely a githubtoken or scoped to the old coilysiren tap).
Fix: use
FORGEJO_TOKEN- the org-level github Actions secret oncoilyco-flight-deck that
wardalready uses for the same cross-host tapwrite. 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.