Skip to content

Commit 30eb694

Browse files
committed
ci: udpate coveralls token env name
1 parent af26dc5 commit 30eb694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Run Coveralls
6161
env:
62-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
COVERALLS_REPO_TOKEN: ${{ secrets.GH_TOKEN }}
6363
COVERALLS_PARALLEL: true
6464
COVERALLS_FLAG_NAME: ${{ runner.os }} - ${{ matrix.php }}
6565
run: ./vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
@@ -71,7 +71,7 @@ jobs:
7171
- name: Coveralls Finished
7272
uses: coverallsapp/github-action@master
7373
with:
74-
github-token: ${{ secrets.GITHUB_TOKEN }}
74+
github-token: ${{ secrets.GH_TOKEN }}
7575
parallel-finished: true
7676

7777
semantic-release:

0 commit comments

Comments
 (0)