diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index a32111f52c..b99a4625bd 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -154,6 +154,7 @@ jobs: if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }} uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: + token: ${{ secrets.CODECOV_TOKEN }} file: wp-code-coverage-single-clover-${{ github.sha }}.xml flags: single,php fail_ci_if_error: true @@ -169,6 +170,7 @@ jobs: if: ${{ matrix.multisite && github.event_name != 'pull_request' }} uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: + token: ${{ secrets.CODECOV_TOKEN }} file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml flags: multisite,php fail_ci_if_error: true