diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5eeb067d..b60f65bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,3 +81,5 @@ jobs: - if: ${{ matrix.python-version == '3.10' }} name: Upload coverage uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@5.3.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file