Skip to content

Commit f818f5a

Browse files
authored
CI: Use a token for non-fork Codecov uploads (#59)
1 parent 8d4c6c6 commit f818f5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- uses: julia-actions/julia-buildpkg@v1
6464
- uses: julia-actions/julia-runtest@v1
6565
- uses: julia-actions/julia-processcoverage@v1
66-
- uses: codecov/codecov-action@v1
66+
- uses: codecov/codecov-action@v5
6767
with:
6868
files: lcov.info
69+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)