From edaf95cc1cdc8618a2944af48f6e0fcbc33f8bb0 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:50:23 -0400 Subject: [PATCH] fix: forgot to add auth to ssh --- .github/workflows/arrow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 6d3cc89..ff42773 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -128,5 +128,5 @@ jobs: - name: Copy Identity File to Host if: inputs.action == 'create' run: | - ssh -o StrictHostKeyChecking=accept-new noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh' + ssh -i deploy_ed25519 -o StrictHostKeyChecking=accept-new noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh' scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519