Skip to content

Commit

Permalink
Merge pull request #515 from PHPCSStandards/feature/ghactions-remove-…
Browse files Browse the repository at this point in the history
…coveralls-token

GH Actions/coverage: remove COVERALLS_TOKEN
  • Loading branch information
jrfnl authored Sep 13, 2023
2 parents d79fda8 + dac4d7f commit 77a6aa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ jobs:
if: ${{ success() }}
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
format: clover
file: build/logs/clover.xml
flag-name: php-${{ matrix.php }}-phpcs-${{ matrix.phpcs_version }}
Expand All @@ -369,5 +368,4 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel-finished: true

0 comments on commit 77a6aa4

Please sign in to comment.