- 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>
Orchestrates the full client provisioning flow from a single JSON config:
1. Create repo from Template-Client-WaaS
2. Inject Gitea Actions variables (hosts, paths, ports)
3. Inject Gitea Actions secrets (SSH keys via @file references)
4. Push Grafana monitoring dashboard
5. Register monitoring URLs/domains
Supports --dry-run for preview, --step for running individual steps.
Includes example config at templates/client-provision-example.json.
Addresses #4
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>