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'