Skip to content

Commit 701737d

Browse files
authored
Update DOCUMENTER_KEY secret for deployment
1 parent fd67f20 commit 701737d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Build and deploy
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
23+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY_NEW }} # For authentication with SSH deploy key
2424
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)