fix(ci): restore green CI — ruff install + mirror secret rename #131
No reviewers
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#131
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ci-workflows"
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?
Summary
ci.yml: adds explicitpip install ruffbefore lint step; ruff was missing from requirements.txt so the lint step was failing with command-not-foundci.yml: addsfreeze/**to push trigger so RC branches actually run CImirror.yml: renamesGITHUB_MIRROR_TOKEN→GH_MIRROR_TOKEN(env varGITHUB_TOKEN→GH_MIRROR_PAT) — Forgejo reserves theGITHUB_*prefix for built-in secrets so the real token was silently shadowed, causing all mirror pushes to fail with auth errorsTest plan
freeze/**branch pushes