Github token in install scripts #9973
Replies: 1 comment 1 reply
-
Hello! We encourage customers to modify the build scripts the way they see fit, though we have no plans to add or support it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently building our custom images from Github actions workflows and we're seeing builds occasionally fail with rate limiting (e.g. getting a 403 when getting the latest release of a tool - a public endpoint).
Would it make sense to modify the install scripts in this repo to take a Github token and if provided add it to the REST calls? I can try to find the time to make the PR, I just wasn't sure it was something that made sense for others.
Beta Was this translation helpful? Give feedback.
All reactions