From 811b15d5367fc6cd9b0a34967f72e753e71bd2fd Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 29 Apr 2024 14:18:33 -0400 Subject: [PATCH] supply codecov upload token to codecov upload jobs --- .github/workflows/pytest-remote-data.yml | 2 ++ .github/workflows/pytest.yml | 2 ++ 2 files changed, 4 insertions(+) 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 }}