You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preprod gateway deployment and GitHub API rate limiting
- Add GATEWAY_RINGS="ring1" to preprod so VMs tagged DeploymentRing=ring1
are targeted by the pipeline (default is ring0 only, skipping all
preprod machines)
- Pass secrets.GITHUB_TOKEN from GitHub Actions to the ADO pipeline as
a parameter, exposed as GITHUB_TOKEN env var for deploy_arc_ring.sh,
raising the GitHub API rate limit from 60 to 5000 requests/hour
- Surface x-ratelimit-reset in the error message when the rate limit is
hit so operators know the exact local time to retry
0 commit comments