nanobuild@v1 GitHub action fails due to 403 rate limit response #1497
CoryCharlton
started this conversation in
General
Replies: 1 comment 2 replies
-
This can be minimized if you pass your github token, instead of making an unauthenticated request. That can give you 5k request per hour. With the current mechanism, which is querying github releases, we don't have any extra work. Mirroring this will incur in another tool/website to maintain... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The nanobuild action occasionally fails due to GitHub rate limiting:
How to solve the problem
Change the URL used to locate and download the extension. Potentially use something like Cloudflare to cache the data.
Describe alternatives you've considered
No response
Aditional context
No response
Beta Was this translation helpful? Give feedback.
All reactions