Skip to content

Commit 56cad08

Browse files
committed
try to use CODECOV_TOKEN for codecov upload
1 parent d43a772 commit 56cad08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: ${{ success() && matrix.php-versions == '8.2' }}
4848
uses: codecov/codecov-action@v3
4949
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
5051
files: ./.phpunit.cache/clover.xml
5152
fail_ci_if_error: true
5253
verbose: true

0 commit comments

Comments
 (0)