diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4d1fc4..3e20b9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,4 +44,5 @@ jobs: - name: Report coverage env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls