Skip to content

Commit

Permalink
Update moodle-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 authored Apr 3, 2024
1 parent 4d80537 commit 7a11bf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ jobs:
- name: Coveralls upload
continue-on-error: true
env:
COVERALLS_RUN_LOCALLY: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.php == '8.1' && matrix.moodle-branch == 'MOODLE_401_STABLE' && matrix.database == 'mariadb' }}
run: |
moodle-plugin-ci coveralls-upload
Expand Down

0 comments on commit 7a11bf2

Please sign in to comment.