We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af26dc5 commit 30eb694Copy full SHA for 30eb694
1 file changed
.github/workflows/phpunit.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run Coveralls
61
env:
62
- COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COVERALLS_REPO_TOKEN: ${{ secrets.GH_TOKEN }}
63
COVERALLS_PARALLEL: true
64
COVERALLS_FLAG_NAME: ${{ runner.os }} - ${{ matrix.php }}
65
run: ./vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
@@ -71,7 +71,7 @@ jobs:
71
- name: Coveralls Finished
72
uses: coverallsapp/github-action@master
73
with:
74
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GH_TOKEN }}
75
parallel-finished: true
76
77
semantic-release:
0 commit comments