-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use PAT to get higher github rate-limit #449
Conversation
Goes from 60/hour to 5000/hour for authenticated sessions
Thanks for working on this. Please can you add a few words to README.md about how to use this feature? |
I have added a section to the README. I also spent a day trying to work out why the test workflow is failing (including when essentially the same PR previously passed. (see https://github.com/philclifford/deb-get/actions/runs/2871542877 and friends) |
Somewhere along the line I broke it - I fried my brain with the quoting and inserting
into the wget to the api only if set and without the whole lump rejected as an unknown parameter .... resorting to the array seemed to fix it but now It looks like I've been using old cache entries from previous tests/installs and silent wgets have masked the fact that they're not running at all .... echoing the array and running it by hand works a treat so it is close, but no ${\""\"'cigar} |
and since I am over the rate-limit this is also just-in-time
replaced by #457 |
Goes from 60/hour to 5000/hour for authenticated sessions.
This should hopefully avoid serious
deb-get
ters (and those testing repeatedly 🙌 ) from running into rate-limiting issues too early and often.