Skip to content

Commit 59d8a6d

Browse files
authored
Merge pull request #799 from overblog/fix-coveralls-ref
Fix coveralls variables envs
2 parents b637ccb + d6c6a0d commit 59d8a6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ jobs:
234234
235235
- name: "Upload coverage results to Coveralls"
236236
env:
237-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
238-
COVERALLS_RUN_LOCALLY: 1
237+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
239238
run: |
240239
composer global require php-coveralls/php-coveralls
241240
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 commit comments

Comments
 (0)