From 43cb2448c45ea3367cfd5d6fd233fb3db883b12e Mon Sep 17 00:00:00 2001 From: Rossen <2720787+rossengeorgiev@users.noreply.github.com> Date: Wed, 16 Dec 2020 18:29:56 +0000 Subject: [PATCH] add token for coveralls --- .github/workflows/testing_initiative.yml | 2 ++ 1 file changed, 2 insertions(+) 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