diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8bb640d55..c1bd6736a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,6 +31,5 @@ jobs: uses: codecov/codecov-action@v3 with: files: /tmp/coverage.out - token: ${{ secrets.CODECOV_SECRET }} flags: unittests fail_ci_if_error: true