diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ae2442d..45165df 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -65,3 +65,5 @@ - name: codecov uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}