diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 546e64c8..55eae48d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -117,6 +117,8 @@ jobs: ARCH: ${{ matrix.arch }} - name: Upload code coverage uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Generate GraphQL Introspection JSON on Release if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'linux' && matrix.arch == 'amd64'