Skip to content

Commit

Permalink
Merge pull request #227 from PHPCSStandards/feature/ghactions-use-cov…
Browse files Browse the repository at this point in the history
…eralls-token

Coveralls: use Coveralls specific token
  • Loading branch information
jrfnl committed May 3, 2023
2 parents e46d507 + 7072b38 commit b62cdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Upload coverage results to Coveralls
if: ${{ success() }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: php-${{ matrix.php }}-phpcs-${{ matrix.phpcs_version }}
run: php-coveralls -v -x build/logs/clover.xml
Expand All @@ -195,5 +195,5 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel-finished: true

0 comments on commit b62cdf0

Please sign in to comment.