You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
When a Pull Request comes in from a fork, it can't access the secret codecov token, so the CI fails to upload codecov results and returns a failure. This was observed here: #131
Latest news is that there is a GitHub Actions API released today, and the codecov action is working to implement a solution - see codecov/codecov-action#29
For now, this issue can track that progress.
Expected Behavior
PRs from forks can upload codecov results
Actual Behavior
PRs from forks fail CI on the tasks that try to upload to codecov
To Reproduce
Open a PR from a fork of this repo
System (please complete the following information)
Description
When a Pull Request comes in from a fork, it can't access the secret codecov token, so the CI fails to upload codecov results and returns a failure. This was observed here: #131
Latest news is that there is a GitHub Actions API released today, and the codecov action is working to implement a solution - see codecov/codecov-action#29
For now, this issue can track that progress.
Expected Behavior
Actual Behavior
To Reproduce
System (please complete the following information)
N/A
Additional context
Codecov is working on "Tokenless uploads" https://community.codecov.io/t/whitelist-github-action-servers-to-upload-without-a-token/491/15
The text was updated successfully, but these errors were encountered: