Commit 334702c
committed
ci: pass secrets to reusable CI workflow in publish pipeline
The Codecov upload fails on tag-triggered runs because secrets are not
automatically inherited by reusable workflows called via workflow_call.
Add `secrets: inherit` so CODECOV_TOKEN is available during coverage upload.1 parent dae87b4 commit 334702c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments