From 4f55175d18392fd7839e62d1d29ffd6c9a23a70a Mon Sep 17 00:00:00 2001 From: Ain Tohvri Date: Mon, 22 Mar 2021 14:58:45 +0100 Subject: [PATCH] Add Coveralls ENV to publish pipeline Fix version publish failure due to test failure from Coveralls push --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) 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