diff --git a/cmake-init/templates/common/.github/workflows/ci.yml b/cmake-init/templates/common/.github/workflows/ci.yml index 375e667..94fe1c7 100644 --- a/cmake-init/templates/common/.github/workflows/ci.yml +++ b/cmake-init/templates/common/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: uses: codecov/codecov-action@v4 with: file: build/coverage/coverage.info + token: ${{ secrets.CODECOV_TOKEN }} sanitize: needs: [lint]