Skip to content

Commit

Permalink
🧪 Use codecov token from repo secrets @ GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 15, 2024
1 parent b845a6e commit 1998dd8
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: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4
codecov-token: ${{ secrets.CODECOV_TOKEN }}

build-wheels-for-tested-arches:
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
!cancelled()
uses: codecov/codecov-action@v5
with:
token: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: >-
CI-GHA,
Expand Down

0 comments on commit 1998dd8

Please sign in to comment.