Open
Description
Describe the bug
When create fork PR to sbombastic's workflow will uploads to the codecov fail, but it works on the kubewarden-controller's workflow
[context]
Common
- Both workflow use the latest v5.4.3 action
- Both codecov.io require the upload global token
Diff (but both of them are fork PR, this diff should not matter)
- secret level
- sbombastic use repo-level secret to upload
- kubewarden use the org-level secret to upload
To Reproduce
Steps to reproduce the behavior:
- Go to sbombastic
- fork the repo
- create a PR to upstream repo
- See error on workflow CI
Expected behavior
Both of the repo should either works on uploading or failing.
Regression
- sbombastic last success, ci: fix codecov report upload rancher-sandbox/sbombastic#192, May 5.
- kubewarden always works
Product Area
If applicable, the product with the given bug (e.g. coverage, test analytics, browser extension, bundle analysis)
Versions
- OS: ubuntu-latest
- Git Host: GitHub
- CI/CD: GitHub Actions
- Uploader: 18283e0 # v5.4.3
Commit and CI link
- Fail one: https://github.com/rancher-sandbox/sbombastic/actions/runs/15831116596/job/44623743699#step:5:381
- Successful one: https://github.com/kubewarden/kubewarden-controller/actions/runs/15619551212/job/44000672312#step:5:393
Additional context
Add any other context about the problem here.