Skip to content

Commit

Permalink
Fix codecov token not being recognised (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jul 28, 2024
1 parent a31de7a commit e20a5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: success()
uses: codecov/codecov-action@v4
env:
codecov_token: ${{ secrets.codecov_token }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}

pydicom-dev:
# Matrix builds with development pydicom
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
if: success()
uses: codecov/codecov-action@v4
env:
codecov_token: ${{ secrets.codecov_token }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}

pydicom-release:
# Matrix builds with released pydicom
Expand Down Expand Up @@ -168,4 +168,4 @@ jobs:
if: success()
uses: codecov/codecov-action@v4
env:
codecov_token: ${{ secrets.codecov_token }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e20a5b2

Please sign in to comment.