Skip to content

Commit 92b0770

Browse files
authored
Use codecov token in ci.yml (#182)
1 parent 305327f commit 92b0770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- uses: julia-actions/julia-processcoverage@v1
5050
- uses: codecov/codecov-action@v4
5151
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
5253
file: lcov.info
5354
docs:
5455
name: Documentation

0 commit comments

Comments
 (0)