Skip to content

Commit eb1b8d3

Browse files
authored
Merge pull request #468 from PHPCSStandards/feature/ghactions-use-coveralls-token
Coveralls: use Coveralls specific token
2 parents 13d50f0 + f2f2e4b commit eb1b8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
- name: Upload coverage results to Coveralls
348348
if: ${{ success() }}
349349
env:
350-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
350+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
351351
COVERALLS_PARALLEL: true
352352
COVERALLS_FLAG_NAME: php-${{ matrix.php }}-phpcs-${{ matrix.phpcs_version }}
353353
run: php-coveralls -v -x build/logs/clover.xml
@@ -362,5 +362,5 @@ jobs:
362362
- name: Coveralls Finished
363363
uses: coverallsapp/github-action@v2
364364
with:
365-
github-token: ${{ secrets.GITHUB_TOKEN }}
365+
github-token: ${{ secrets.COVERALLS_TOKEN }}
366366
parallel-finished: true

0 commit comments

Comments
 (0)