devcontainers-contrib / nanolayer

45 stars 15 forks source link

[Feature] Authenticating to the Github REST API #64

Open 2017fighting opened 3 months ago

2017fighting commented 3 months ago

There is a lot of gh-release what i want to install in my Dockerfile, and when i try to build it, it may failed with 403 rate limit error, i found that Github has some solution to avoid it, so can we take advantage of it?

danieluhm2004 commented 3 months ago

Hi.

I also had the same issue.

Github Codespaces basically issues and enters a Github Token, But nanolayer don't use it, I'm having problems with limits in a public cloud environment.

Thank you to maintain this project :) Have a great day!