update lab-bc connection for windows github actions

This commit is contained in:
Fischer Moseley 2023-04-13 18:24:12 -04:00
parent a1ac5a1c5b
commit 97799f1d0f
1 changed files with 4 additions and 5 deletions

View File

@ -73,11 +73,10 @@ jobs:
run: |
dir
pwd
mkdir ~/.ssh
touch ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo "${{ secrets.LAB_BC_PRIVATE_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.LAB_BC_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
dir "$env:USERPROFILE\.ssh"
mkdir "$env:USERPROFILE\.ssh"
"${{ secrets.LAB_BC_PRIVATE_KEY }}" > | "$env:USERPROFILE\.ssh\id_rsa"
"${{ secrets.LAB_BC_KNOWN_HOSTS }}" > | "$env:USERPROFILE\.ssh\known_hosts"
- name: Install Manta from Source
run: |