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