Skip to content

Commit 5674174

Browse files
authored
Merge pull request #2454 from SciML/thazhemadam-patch-1
ci: explicitly specify token for codecov
2 parents 60bfd07 + 5447cfb commit 5674174

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
- uses: codecov/codecov-action@v4
3434
with:
3535
file: lcov.info
36+
token: ${{ secrets.CODECOV_TOKEN }}
37+
fail_ci_if_error: true

.github/workflows/Downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ jobs:
7171
- uses: codecov/codecov-action@v4
7272
with:
7373
file: lcov.info
74+
token: ${{ secrets.CODECOV_TOKEN }}
75+
fail_ci_if_error: true

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ jobs:
8585
- uses: codecov/codecov-action@v4
8686
with:
8787
file: lcov.info
88+
token: ${{ secrets.CODECOV_TOKEN }}
89+
fail_ci_if_error: true

0 commit comments

Comments
 (0)