I am confused on how to get around the rate limiting on GitHub actions. From my workflow, I get this issue:
warning: error: unable to download 'https://api.github.com/repos/misterio77/nix-colors/commits/HEAD': HTTP error 429
response body:
{
"message": "This endpoint is temporarily being throttled. Please try again later. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service)",
"documentation_url": "https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api",
"status": "429"
}; retrying in 274 ms
Any input is appreciated.