Skip to content

Commit cfc9bca

Browse files
authored
Merge pull request SciML#351 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 3543a1b + 415fdf1 commit cfc9bca

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
- uses: codecov/codecov-action@v4
4646
with:
4747
file: lcov.info
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
fail_ci_if_error: true

.github/workflows/Documentation.yml

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

.github/workflows/Downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ jobs:
6464
- uses: codecov/codecov-action@v4
6565
with:
6666
file: lcov.info
67+
token: ${{ secrets.CODECOV_TOKEN }}
68+
fail_ci_if_error: true

0 commit comments

Comments
 (0)