This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
|
||||
- name: Setup SSH inside container
|
||||
run: |
|
||||
rm -R ~/.ssh
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
Reference in New Issue
Block a user