diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f73de8c..f79a301 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -39,3 +39,4 @@ jobs: coveralls --service=github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}