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 4060377 commit 8d74f3bCopy full SHA for 8d74f3b
.github/workflows/deploy.yml
@@ -10,6 +10,7 @@ jobs:
10
- name: ssh setup
11
run: |
12
mkdir -p ~/.ssh/
13
+ chmod 700 ~/.ssh/
14
eval "$(ssh-agent -s)"
15
echo "${{ secrets.SSH_PRIVKEY }}" | tr -d '\r' > ~/.ssh/id_rsa
16
echo "${{ secrets.SSH_PUBKEY }}" | tr -d '\r' > ~/.ssh/id_rsa.pub
0 commit comments