Skip to content

Commit 9e46f00

Browse files
authored
Merge pull request #374 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents c3ba78b + 2fc5271 commit 9e46f00

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
- uses: codecov/codecov-action@v4
2929
with:
3030
file: lcov.info
31+
token: ${{ secrets.CODECOV_TOKEN }}
32+
fail_ci_if_error: true

.github/workflows/Downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ jobs:
6060
- uses: codecov/codecov-action@v4
6161
with:
6262
file: lcov.info
63+
token: ${{ secrets.CODECOV_TOKEN }}
64+
fail_ci_if_error: true

0 commit comments

Comments
 (0)