Commit d59ff74
committed
Remove quotes
In the case of a pull request made from a fork, secrets are not
accessible, and this resolved to null.
The codecov action seems to interpret null as no secret provided, while
it interprets the empty string as an invalid token, making the whole
tokenless upload invalid.1 parent 36c5f05 commit d59ff74
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
0 commit comments