diff --git a/.github/workflows/pytest-remote-data.yml b/.github/workflows/pytest-remote-data.yml index 95960688ea..7376901dd6 100644 --- a/.github/workflows/pytest-remote-data.yml +++ b/.github/workflows/pytest-remote-data.yml @@ -109,3 +109,5 @@ jobs: fail_ci_if_error: true verbose: true flags: remote-data # flags are configured in codecov.yml + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7616bd4067..8a47d437ed 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -88,3 +88,5 @@ jobs: fail_ci_if_error: true verbose: true flags: core # flags are configured in codecov.yml + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}