Skip to content

Commit f4ea779

Browse files
[debug]
1 parent 7ed10c0 commit f4ea779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docshome.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
SSH_AUTH_SOCK: /tmp/ssh-auth.sock
2929
run: |
3030
mkdir -p ~/.ssh
31+
chmod 0700 ~/.ssh
3132
ssh-keyscan ${{ secrets.DEPLOY_DOCS_HOST }} >> ~/.ssh/known_hosts
3233
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
3334
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"

0 commit comments

Comments
 (0)