- Renamed secret references across all 14 workflows and 13 CLI tools
- Replaced hardcoded jmiller: auth with x-access-token: pattern
- Consolidated git config + remote set-url into single early step in
auto-release.yml, removed duplicate config blocks
- Renamed local shell variable GA_TOKEN→GITEA_TOKEN for consistency
- No backwards compatibility shims — clean break
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- client_dashboard.php: generates self-contained HTML dashboard showing
all client-waas repos with uptime, SSL expiry, release status, and
infrastructure config status. Addresses #3.
- release_cascade.php: accept "release-candidate" as stability value.
Previously only "rc" was mapped, so cascade silently skipped when
the pre-release workflow passed "release-candidate".
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>