From be10751f353bb1d054dfd4e65eef319a51ff3432 Mon Sep 17 00:00:00 2001 From: Andrey Frolov Date: Wed, 10 Apr 2024 12:48:39 +0200 Subject: [PATCH] SPT-1998 fix token name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0851cef9..982da6fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: fail_ci_if_error: true files: ./coverage.xml flags: unittests - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.SURFGEAR_CODECOV_TOKEN }} verbose: true - name: documentation if: github.ref == 'refs/heads/master'