Skip to content

Commit 3d17650

Browse files
authored
Set CODECOV_TOKEN (#125)
1 parent f07e2a9 commit 3d17650

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: codecov/codecov-action@v4
3939
with:
4040
files: lcov.info
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142

4243
doc-tests:
4344
name: Doctests

.github/workflows/JuliaNightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
- uses: codecov/codecov-action@v4
2424
with:
2525
files: lcov.info
26+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)