mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Avoid exceeding the GitHub REST API rate limit #150

Closed dscho closed 1 year ago

dscho commented 1 year ago

There was a recent uptick of probems with symptoms like this:

Error: API rate limit exceeded for 172.176.196.48. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

Let's follow that advice and use authenticated REST API requests.