diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18769333b3..7f45cc25f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,6 +101,7 @@ jobs: - name: upload coverage report uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true