diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ea82099..1f3fed7 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: 26f4a393-24a9-48d9-8fa4-f1344d930846 + codecov-token: b3595683-c992-48f6-9dc6-d4903e558e24 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: 26f4a393-24a9-48d9-8fa4-f1344d930846 + token: b3595683-c992-48f6-9dc6-d4903e558e24 file: ./coverage.xml flags: >- CI-GHA,