diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5acf80a..fdd4e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,6 +99,8 @@ jobs: - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ matrix.coverage == 'cov' }} + with: + token: ${{ secrets.CODECOV_TOKEN }} publish: runs-on: ubuntu-24.04