Skip to content

Commit

Permalink
Add COVERALLS_REPO_TOKEN to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed May 29, 2023
1 parent 2e2e7e5 commit 0c26bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v

0 comments on commit 0c26bff

Please sign in to comment.