nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
844 stars 75 forks source link

nanobuild@v1 GitHub action fails due to 403 rate limit response #1496

Closed CoryCharlton closed 1 month ago

CoryCharlton commented 1 month ago

Description

The nanobuild action occasionally fails due to GitHub rate limiting:

image

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