Skip to content

Commit 3f09558

Browse files
authored
ci: try to fix coveralls (#85)
1 parent a1d35f1 commit 3f09558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
continue-on-error: true
7474
- name: Coveralls
7575
env:
76-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
76+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
if: ${{ matrix.php-versions == '7.2' && env.COVERALLS_REPO_TOKEN != null }}
7878
run: vendor/bin/php-coveralls --coverage_clover=build/logs/coverage.xml -v
7979

0 commit comments

Comments
 (0)