unsurprisingly, workers done have SSH directories in their home dirs

This commit is contained in:
Fischer Moseley 2023-02-06 11:54:38 -05:00
parent 70078a736b
commit 9153530dbc
1 changed files with 1 additions and 0 deletions

View File

@ -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