From 723345e60ed08e9b672cd38c90cf8940f74cd599 Mon Sep 17 00:00:00 2001 From: whitews Date: Thu, 29 Feb 2024 15:53:08 -0500 Subject: [PATCH] maybe needs to be an env var --- .github/workflows/test_base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_base.yml b/.github/workflows/test_base.yml index 7226552..5ea639c 100644 --- a/.github/workflows/test_base.yml +++ b/.github/workflows/test_base.yml @@ -32,8 +32,9 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: coverage.xml fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} verbose: true