diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52494e5e..0e0b3b80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,3 +58,5 @@ jobs: - name: Upload test coverage uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}