diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1604702dbc..2e493f8d51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,5 @@ jobs: - name: Run Code Coverage uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}