diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4a0acef..89b387e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: coveralls env: COVERALLS_PARALLEL: true - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Send notification when all tests have finished to combine coverage results coverage-finish: needs: tests