diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index 1bdda750..075dfbec 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -64,7 +64,6 @@ jobs: - name: report coverage uses: codecov/codecov-action@v3 with: - token: ${{secrets.CODECOV_UPLOAD_TOKEN}} files: ./cover.out flags: unit name: unit