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 7ed10c0 commit f4ea779Copy full SHA for f4ea779
.github/workflows/docshome.yml
@@ -28,6 +28,7 @@ jobs:
28
SSH_AUTH_SOCK: /tmp/ssh-auth.sock
29
run: |
30
mkdir -p ~/.ssh
31
+ chmod 0700 ~/.ssh
32
ssh-keyscan ${{ secrets.DEPLOY_DOCS_HOST }} >> ~/.ssh/known_hosts
33
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
34
ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
0 commit comments