diff --git a/.github/workflows/testing_initiative.yml b/.github/workflows/testing_initiative.yml index 7ab2045..890cabc 100644 --- a/.github/workflows/testing_initiative.yml +++ b/.github/workflows/testing_initiative.yml @@ -37,5 +37,7 @@ jobs: run: | PYTHONHASHSEED=0 pytest --cov=steam tests - name: Submit coveralls + env: + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} run: | coveralls