We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d50f0 + f2f2e4b commit eb1b8d3Copy full SHA for eb1b8d3
.github/workflows/test.yml
@@ -347,7 +347,7 @@ jobs:
347
- name: Upload coverage results to Coveralls
348
if: ${{ success() }}
349
env:
350
- COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
351
COVERALLS_PARALLEL: true
352
COVERALLS_FLAG_NAME: php-${{ matrix.php }}-phpcs-${{ matrix.phpcs_version }}
353
run: php-coveralls -v -x build/logs/clover.xml
@@ -362,5 +362,5 @@ jobs:
362
- name: Coveralls Finished
363
uses: coverallsapp/github-action@v2
364
with:
365
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.COVERALLS_TOKEN }}
366
parallel-finished: true
0 commit comments