Skip to content

Commit 05be474

Browse files
committed
Use token for coverage submission.
1 parent 8c5d6ac commit 05be474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
- uses: julia-actions/julia-processcoverage@v1
8080
- uses: codecov/codecov-action@v4
8181
with:
82+
token: ${{ secrets.CODECOV_TOKEN }}
83+
fail_ci_if_error: false
8284
file: lcov.info
8385

8486
# fetching builds from Buildkite
@@ -134,4 +136,6 @@ jobs:
134136
- uses: julia-actions/julia-processcoverage@v1
135137
- uses: codecov/codecov-action@v4
136138
with:
139+
token: ${{ secrets.CODECOV_TOKEN }}
140+
fail_ci_if_error: false
137141
file: lcov.info

0 commit comments

Comments
 (0)