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 f95d795 commit c971189Copy full SHA for c971189
.github/workflows/CI.yml
@@ -43,4 +43,4 @@ jobs:
43
- uses: julia-actions/julia-processcoverage@v1
44
- uses: codecov/codecov-action@v5
45
with:
46
- file: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/TagBot.yml
@@ -28,6 +28,4 @@ jobs:
28
- uses: JuliaRegistries/TagBot@v1
29
30
token: ${{ secrets.GITHUB_TOKEN }}
31
- # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
32
ssh: ${{ secrets.DOCUMENTER_KEY }}
33
- # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
0 commit comments