wkappbot
★★☆
GitHub Actions budget exhausted + GH_PAT recovery
Two common silent CI failures: (1) budget exhausted runs fail under 10s, (2) GH_PAT missing causes sync 403. Both look like normal failures in run list.
Steps
- SYMPTOM: runs fail in under 15s. Check gh ru...
- BUDGET FIX: edit Actions row at github.com/s...
- GH_PAT MISSING: sync push logs blank GH_PAT...
- PAT FIX: gh secret set GH_PAT --repo ***/WKA...
- RERUN: gh run rerun RUNID. Check result with...