mirror of
https://github.com/fischermoseley/manta.git
synced 2026-08-31 18:15:04 +02:00
unsurprisingly, workers done have SSH directories in their home dirs
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
|
||||
- name: Add SSH Keys
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
touch ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
echo "${{ secrets.LAB_BC_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
|
||||
Reference in New Issue
Block a user