We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2baf8 commit 51d8e59Copy full SHA for 51d8e59
.github/workflows/CI.yml
@@ -48,6 +48,8 @@ jobs:
48
JULIA_NUM_THREADS: 4
49
- uses: julia-actions/julia-processcoverage@v1
50
- uses: codecov/codecov-action@v4
51
+ env:
52
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53
with:
54
file: lcov.info
55
test-nightly:
.github/workflows/Documentation.yml
@@ -35,5 +35,4 @@ jobs:
35
- name: Build and deploy
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
38
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
39
run: julia --project=docs/ docs/make.jl
0 commit comments