Avoid GitHub Rate Limits #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello! This automated PR helps your Actions run smoothly by using a GitHub token to avoid rate limits.
By default, GitHub has a rate limit of 60 requests per hour for unauthenticated requests from the same IP address. But with this PR, we've set up the
GH_TOKENsecret with a token from our friendly bot, suyubot, which allows us to make up to 5,000 requests per hour a huge improvement!Of course, if you'd like to use your own token, you can easily update it in your repository settings. This way, you can enjoy the benefits of authenticated requests and avoid hitting those pesky rate limits.
Thanks for keeping your Actions efficient!