-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
GitHub API rate limit #127
Comments
For auth, you can do like so: Line 62 in 2bd9199
Also see: https://github.com/pex-tool/pex/blob/027781802e73d68fb26a75f6e2b7d8b65e3b160b/.github/workflows/ci.yml#L10-L12 The whole auth scheme is defined here: Lines 78 to 127 in 2bd9199
So you could similarly define basic auth or use ~/.netrc. For caching, I won't teach GitHub actions, but science allows you to control the cache with So you can use |
@achimnol I've marked this as an answered question, but please confirm this answer works for you. |
Thanks for the detailed answer. |
After #116, I see now it performs retries while downloading PBS and other stuffs.
Unfortunately, there is another problem: we now hit the GitHub's API rate limit. 🫠
Would there be any better way to avoid it?
For instance,
GITHUB_TOKEN
to authenticate the fetch requests?Example workflow run: https://github.com/lablup/backend.ai/actions/runs/12868611532
The text was updated successfully, but these errors were encountered: