Skip to content

Commit 3d10934

Browse files
workflows: small fix zoomin
no permission to root. Signed-off-by: Giacomo Dematteis <[email protected]>
1 parent 2791943 commit 3d10934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build-and-publish-zooomin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
8484
- name: Prepare Key
8585
run: |
86-
mkdir -p /root/.ssh
87-
ssh-keyscan upload-v1.zoominsoftware.io >> /root/.ssh/known_hosts
86+
mkdir -p ~/.ssh
87+
ssh-keyscan upload-v1.zoominsoftware.io >> ~/.ssh/known_hosts
8888
8989
echo "${{ secrets.ZOOMIN_KEY }}" > zoomin_key
9090
chmod 600 zoomin_key

0 commit comments

Comments
 (0)