Sentry Issue: [ASYNC-BACKEND-3](https://communitiesuk.sentry.io/issues/109407018/?referrer=github_integration) ``` Failed to retrieve from config repository: HTTP Error 429: Too Many Requests ``` Linking to a Sentry Issue, essentially GitHub has a rate limit for unauthenticated API requests, we need to move to an authenticated Manage Service to bypass this. https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2026-03-10
Sentry Issue: ASYNC-BACKEND-3
Linking to a Sentry Issue, essentially GitHub has a rate limit for unauthenticated API requests, we need to move to an authenticated Manage Service to bypass this. https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2026-03-10