diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 364b7e0..b086b0e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: pip install coveralls - name: Test with pytest env: - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | pytest --cov=box test/ coveralls