-
Notifications
You must be signed in to change notification settings - Fork 207
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
Codecov token not found multiple tries #1463
Comments
Same issue here (nothing changed in the repo or settings, failures started yesterday): https://github.com/open-atmos/PySDM/actions/runs/9304455645/job/25625735958?pr=1335
|
I think I have the same problem. Repo secret is set. We use reusable workflow from https://github.com/OpenAstronomy/github-actions-workflows/blob/7d299a4ef6a655f79dabe1c147c3b095ef69cacd/.github/workflows/tox.yml#L253-L260 |
In our case, the problem was that the Dependabot secret was not set (https://github.com/codecov/codecov-action/?tab=readme-ov-file#dependabot) |
@slayoo We did set everything nothing was working. I am not sure what went wrong here |
Same here, I added token to Dependabot tried with
|
I thought of asking you directly since this is an issue seen predominantly on most of our repositories. Could you kindly let us know what could be the problem? |
PR created by dependabot is failing for the same reason. 🥲 |
Have you added the secret in the Dependabot secrets section? That is different from a normal report secret, Dependabot does not have access to regular secrets. |
I've �checked that my repo only exists in Actions. But v3, and v4 until recently, it worked well. |
Same problem! |
It's likely related to 4.4.1, as it was released 3 weeks ago and this issue was created 2 weeks ago. Furthermore, there's #1447 which is this issue specifically for said version. Edit: Downgrade didn't work. Will try suggestion in the linked issue. Would recommend moderators/maintainers to close this issue so discussions about this issue are kept in a single place though. |
Same problem, But same yml can run when code push, and I ask for github, get the answer like:
I think some changes in github action workflow during these weeks so that pull request from others might can't get secret. |
I added tokens to dependabot, and from then on my repo works fine. |
This works fine to me, thanks folks! 💯 |
Hi All,
We have set CODECOV_TOKEN under repository secret. and for some reason whatever we are trying the upload is not working.
yml file: https://github.com/Steinbeck-Lab/cheminformatics-microservice/blob/main/.github/workflows/test.yml
PR: Steinbeck-Lab/cheminformatics-microservice#499
workflow run: https://github.com/Steinbeck-Lab/cheminformatics-microservice/actions/runs/9303645699/job/25608525393
Is it a problem from outside or some bug from codecov?
I also tested this #1425 but not working
Kind regards,
Kohulan
The text was updated successfully, but these errors were encountered: