Skip to content

Commit 51d8e59

Browse files
authored
Add codecov token to CI (#20)
1 parent 2d2baf8 commit 51d8e59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
JULIA_NUM_THREADS: 4
4949
- uses: julia-actions/julia-processcoverage@v1
5050
- uses: codecov/codecov-action@v4
51+
env:
52+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5153
with:
5254
file: lcov.info
5355
test-nightly:

.github/workflows/Documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
- name: Build and deploy
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
38-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
3938
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)