Skip to content

Commit 92d03d1

Browse files
authored
Merge pull request #84 from SciML/thazhemadam-patch-2
ci: explicitly specify token for codecov
2 parents a9530fb + 1731333 commit 92d03d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)