runtime-build.yml's STAGE 1 — clone + validate job fails cloning glitchwerks/claude-configs at its pinned ref:
remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/glitchwerks/claude-configs/'
##[error]Process completed with exit code 128.
Timeline:
This is pre-existing, not caused by any specific PR — the failing PR (#310) doesn't touch runtime/ci-manifest.yaml, the clone logic, or GH_PAT usage at all. The GH_PAT org secret likely expired during the 2-month gap with no runs to surface it. This will block STAGE 1 (and everything downstream — build/push/smoke) on any future PR or push touching runtime/**, not just #310.
Fix: rotate/reissue the GH_PAT organization secret (per this repo's CLAUDE.md § CI Runtime, it needs repo:read scope on glitchwerks/claude-configs and org-level provisioning so other repos can reuse it). I did not inspect or touch the secret itself — this needs manual rotation via GitHub Settings → Secrets → Actions.
Discovered while verifying CI on PR #310 (unrelated sunset-of-claude-pr-review change) — flagging separately since it's a distinct infra issue.
🤖 Generated by Claude Code on behalf of @cbeaulieu-gt
runtime-build.yml'sSTAGE 1 — clone + validatejob fails cloningglitchwerks/claude-configsat its pinned ref:Timeline:
runtime-build.ymlrun: 2026-05-15T01:38:56ZThis is pre-existing, not caused by any specific PR — the failing PR (#310) doesn't touch
runtime/ci-manifest.yaml, the clone logic, orGH_PATusage at all. TheGH_PATorg secret likely expired during the 2-month gap with no runs to surface it. This will block STAGE 1 (and everything downstream — build/push/smoke) on any future PR or push touchingruntime/**, not just #310.Fix: rotate/reissue the
GH_PATorganization secret (per this repo's CLAUDE.md § CI Runtime, it needsrepo:readscope onglitchwerks/claude-configsand org-level provisioning so other repos can reuse it). I did not inspect or touch the secret itself — this needs manual rotation via GitHub Settings → Secrets → Actions.Discovered while verifying CI on PR #310 (unrelated sunset-of-claude-pr-review change) — flagging separately since it's a distinct infra issue.
🤖 Generated by Claude Code on behalf of @cbeaulieu-gt