From 8856e778294db158ea01ff3dd04698026864c961 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 5 Oct 2024 19:06:45 -0500 Subject: [PATCH] Update codecov token in the github worksflows --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e6653a2..3667ef3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -119,7 +119,7 @@ jobs: lint: uses: ./.github/workflows/reusable-linters.yml secrets: - codecov-token: b3595683-c992-48f6-9dc6-d4903e558e24 + codecov-token: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4 build-wheels-for-tested-arches: name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category @@ -336,7 +336,7 @@ jobs: !cancelled() uses: codecov/codecov-action@v4 with: - token: b3595683-c992-48f6-9dc6-d4903e558e24 + token: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4 file: ./coverage.xml flags: >- CI-GHA,