How to avoid hiting GitHub API rate limits in CI workflows
I have a dependabot-like workflow I run on a schedule
across many repos (it synchronizes arbitrary files across arbitrary repos using dotnet-file),
which just recently failed since it hit the GitHub rate limit.
[Read More]