diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed8eeb4..59a41c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,6 +39,8 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest