-
Notifications
You must be signed in to change notification settings - Fork 553
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
Support get manifest from local #463
Labels
feature request
New feature or request to improve the current logic
Comments
retzero
added
feature request
New feature or request to improve the current logic
needs triage
labels
Jul 15, 2022
Thank you for the feedback. I'm looking for a more efficient way to solve the rate limit problem. This is our situation.
|
Duplicate of #229 |
Definitely don't put it in your source code. You would store it as a secret in your repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
We ran into a rate limit issue while running our GitHub Enterprise Server instance.
There are several topics discussed below, but they are not suitable for us.
#219, #427, #316
The rate limit problem seems to be caused by importing the manifest file located on github.com.
Wouldn't the problem go away if the action import a local manifest file instead?
I suggest using a local file instead of calling the api to github.com if the hosted runner has a specific environment variable (eg,
SETUP_PYTHON_MANIFEST_FILE_LOCATION
).https://github.com/actions/setup-python/blob/main/src/install-python.ts#L19
Justification:
Justification or a use case for your proposal.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: