We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d35f1 commit 3f09558Copy full SHA for 3f09558
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
continue-on-error: true
74
- name: Coveralls
75
env:
76
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
+ COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
if: ${{ matrix.php-versions == '7.2' && env.COVERALLS_REPO_TOKEN != null }}
78
run: vendor/bin/php-coveralls --coverage_clover=build/logs/coverage.xml -v
79
0 commit comments