From 97e3273b41dc1ab1f2ae5ff97b4e80e666739b93 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Wed, 22 Jun 2022 18:50:28 +0300 Subject: [PATCH] [FIX] - COVERALLS TOKEN --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 376cd3e..64aa021 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.COVERALLS_REPO_TOKEN }} lint: runs-on: ubuntu-20.04