diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62525d445..eed4fb752 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,8 @@ jobs: - if: matrix.step == 'test' name: Upload coverage to Codecov uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: flags: unittests file: cover.out