Skip to content
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

Make "upload codecov results" action a seperate action triggered by "test" action #216

Closed
johannaengland opened this issue May 16, 2024 · 1 comment · Fixed by #230
Closed
Assignees

Comments

@johannaengland
Copy link
Contributor

We have figured out while working on Uninett/nav#2914 and Uninett/nav#2922 that when a workflow is triggered by another workflow it is run in a secure environment on the master branch and will have access to secrets of that repository.

This might be a good solution to our recent problem of codecov uploads failing since most of the developers work on their own forks, where the codecov action does not have access to the CODECOV_TOKEN and is therefore limited to tokenless uploading.

Which is why when there are many actions running at the same time will lead to the action failing since the limit for tokenless uploading is reached and it very annoying to have to run the action again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants