We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea6fa2 commit fb11722Copy full SHA for fb11722
1 file changed
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
files: build/coverage.xml
63
slug: oblakhost/rnids-rsreg-client-php
64
- token: ${{ env.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
65
66
- name: Skip Codecov upload (missing CODECOV_TOKEN)
67
if: ${{ matrix.php == '8.1' && env.CODECOV_TOKEN == '' }}
0 commit comments