Skip to content

Commit fb11722

Browse files
committed
fix(ci): Guard Codecov upload when token is unavailable
1 parent 0ea6fa2 commit fb11722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
files: build/coverage.xml
6363
slug: oblakhost/rnids-rsreg-client-php
64-
token: ${{ env.CODECOV_TOKEN }}
64+
token: ${{ secrets.CODECOV_TOKEN }}
6565

6666
- name: Skip Codecov upload (missing CODECOV_TOKEN)
6767
if: ${{ matrix.php == '8.1' && env.CODECOV_TOKEN == '' }}

0 commit comments

Comments
 (0)