-
Notifications
You must be signed in to change notification settings - Fork 566
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
Rate limit token does not work on GHE #638
Comments
Hello @mvs5465 |
Hi @e-korolevskii, are there any updates on this issue? I am facing the exact same issue in my GitHub Enterprise repository. |
Hello everyone. Could you please take a look at this issue because I think they're related. |
Hi @dmitry-shibanov, looking at the link you provided, not sure if they are related because the error I get is |
Hello @mvs5465 👋, |
Hello @mvs5465👋, |
Hello @mvs5465 👋, |
Description:
Using the
token
parameter for the Github Action, the token is not used.Action version:
v4
Platform:
Runner type:
Tools version:
3.x
Repro steps:
Add a Github Action workflow like this to your Github Enterprise repository:
Then also add #510 (comment) using the same token variable.
We can tell by the rate-limit response that the token has not been used.
Expected behavior:
Expect action to use token.
Actual behavior:
API rate limit exceeded for <ip>
We confirmed using the rate limit query that the rate limit quotas have not changed, and thus the token has not been used by the action.
The text was updated successfully, but these errors were encountered: