You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Instant Sync workflow (.github/workflows/instant-sync.yml) fails on every push to main. The peter-evans/repository-dispatch step targeting hyperpolymath/.git-private-farm errors with:
Branch chore/hygiene-security-templates adds a secret-presence gate (first step checks FARM_DISPATCH_TOKEN and the dispatch/confirm steps are step-level conditional on it), which also resolves the Hypatia CSA003 secret_action_without_presence_gate alert. A presence gate cannot detect an invalid token, so once that lands the runs will still be red until the token itself is fixed.
What remains (needs repo admin)
Either:
Rotate FARM_DISPATCH_TOKEN with a token that has repo-scoped (or fine-grained contents: write + metadata: read) access to hyperpolymath/.git-private-farm, or
Remove/disable instant-sync.yml if the private-farm propagation is no longer used — a permanently red check on every main push erodes CI signal.
The Instant Sync workflow (
.github/workflows/instant-sync.yml) fails on every push tomain. Thepeter-evans/repository-dispatchstep targetinghyperpolymath/.git-private-farmerrors with:i.e. the
FARM_DISPATCH_TOKENsecret is present but invalid (expired/revoked, or lacking access to the private farm repo).Failing runs (all recent main pushes, 2026-07-06 → 2026-07-10)
What is already done
Branch
chore/hygiene-security-templatesadds a secret-presence gate (first step checksFARM_DISPATCH_TOKENand the dispatch/confirm steps are step-level conditional on it), which also resolves the Hypatia CSA003secret_action_without_presence_gatealert. A presence gate cannot detect an invalid token, so once that lands the runs will still be red until the token itself is fixed.What remains (needs repo admin)
Either:
FARM_DISPATCH_TOKENwith a token that hasrepo-scoped (or fine-grainedcontents: write+metadata: read) access tohyperpolymath/.git-private-farm, orinstant-sync.ymlif the private-farm propagation is no longer used — a permanently red check on every main push erodes CI signal.