From 85185a671c3624570d8b16b9d7edf6036288ef84 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Fri, 12 Feb 2021 16:55:51 +0300 Subject: [PATCH] ci: fix coveralls action config --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61d42da..38db893 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.GH_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} # Full tests for PR test_pr: