Skip to content

Commit 4939eb7

Browse files
authored
Fix: use new key for wiki deployment
1 parent 55c57d3 commit 4939eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup SSH Key
3737
run: |
3838
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
39-
ssh-add - <<< "${{ secrets.REPO_SSH_KEY }}"
39+
ssh-add - <<< "${{ secrets.WIKI_SSH_KEY }}"
4040
4141
- name: Push wiki
4242
run: |

0 commit comments

Comments
 (0)