Skip to content

Commit 65dbe60

Browse files
authored
Use Codecov token in the coverage action (#329)
1 parent f940024 commit 65dbe60

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
@@ -60,6 +60,7 @@ jobs:
6060
- uses: julia-actions/julia-processcoverage@v1
6161
- uses: codecov/codecov-action@v4
6262
with:
63+
token: ${{ secrets.CODECOV_TOKEN }}
6364
file: lcov.info
6465
docs:
6566
name: Documentation

.github/workflows/downstream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
- uses: julia-actions/julia-processcoverage@v1
6666
- uses: codecov/codecov-action@v4
6767
with:
68+
token: ${{ secrets.CODECOV_TOKEN }}
6869
files: lcov.info

0 commit comments

Comments
 (0)