Skip to content

Commit

Permalink
Update codecov token in the github worksflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 6, 2024
1 parent c717e79 commit 8856e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8856e77

Please sign in to comment.