add ssh permission

This commit is contained in:
2024-02-05 01:12:54 +09:00
parent e5f6cfa176
commit 1ed0e0315b

View File

@@ -24,6 +24,7 @@ jobs:
- name: Create private key
run: |
echo "${{ secrets.PRIVATE_KEY }}" > /tmp/act_runner_key
chmod 700 ~/.ssh
chmod 600 /tmp/act_runner_key
- name: rsync public directory
run: |