From 189edc79cfa8e8352af7313086e46952e8b9b5f7 Mon Sep 17 00:00:00 2001 From: John Lettman Date: Mon, 12 Aug 2024 00:19:58 -0400 Subject: [PATCH] github: fix codecov --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9216e37..aeb3d5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Codecov uses: codecov/codecov-action@v4 env: - CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: verbose: true fail_ci_if_error: true \ No newline at end of file