diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f3a7e80..e6068d7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,8 @@ jobs: run: npm install - name: Run test run: npm test + env: + COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" linters: name: Run linters runs-on: ubuntu-latest