-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tokenless uploading for forks is hitting rate limits #358
Comments
@thomasrockhu-codecov are you suggesting that the CODECOV_TOKEN secret is misconfigured? I tripple-ckecked that already and generated a new token to be sure the value was correct. I can't think of a way how it could be misconfigured. |
No @escopecz I don't think your issue is a misconfiguration. I think this is an edge case that we are currently working on finding a solution for. |
@escopecz @SimenB btw, this is high priority for me right now. I'm going to move this issue to our feedback repo for more visibility and will keep updated as I get updates. |
I have this issue even when using |
Hi all,
I left it running for > 20 minutes, and it is still there ... Thank you |
Yes, it was happening on v3 for us as well. We upgraded to v4 only because it was suggested here. The only thing that was changed was the error message. |
@mmomtchev, @Gsantomaggio can you point to a URL or logs of the issue? |
The three last failures are related: https://github.com/mmomtchev/pymport/actions |
@mmomtchev this isn't from a fork so tokenless does not exist. You will need to add the token. |
@Gsantomaggio please open a new issue for this as I think it's a different root cause and symptom |
I have the token. This workflow has been running for years, it suddenly stopped a few days ago. |
@mmomtchev you don't seem to be passing it into the action You also should see this log line
|
@mmomtchev here is the issue: https://github.com/rabbitmq/rabbitmq-stream-go-client/actions/runs/8924185770/job/24511690493 It worked for years without problems Thank you |
@Gsantomaggio you have a different issue, please see #354 |
I've the same issue. A token is configured but it isn't used since it's a PR from a fork to the upstream repository: The log shows that the token is ignored and then we get the rate limit. This was working for years.
|
I have the same issue, and I'm using I have added a token to my repository, but PRs from forks are using the token-less mode, and all uploads are encountering rate limits. EDIT Upgrading to |
codecov/codecov-action#1471 could be a possible fix until codecov/engineering-team#1574 has been discussed and implemented. |
PRs on an open source GitHub repo are randomly failing with error:
See it live: https://github.com/mautic/mautic/actions/runs/8848529286/job/24298910753?pr=13697
The CODECOV_TOKEN is actually set here: https://github.com/mautic/mautic/blob/5.x/.github/workflows/tests.yml#L104 and in the GH Action secrets too.
I started the discussion here: codecov/codecov-action#1275 (comment) but was asked by @thomasrockhu-codecov to open a new issue as this seem to be an edge case.
The text was updated successfully, but these errors were encountered: