Use passphrase

This commit is contained in:
Abdul Rabbani 2022-04-18 16:36:55 -04:00
parent 63e77c9bc0
commit 88a89c0cc2

View File

@ -42,7 +42,7 @@ jobs:
with:
host: ${{ env.HOSTNAME }}
username: ${{ env.USERNAME }}
password: $ {{ env.PASSWORD }}
passphrase: $ {{ env.PASSWORD }}
key: ${{ env.PRIVATE_KEY }}
port: 22
source: "/tmp/git_repository,/tmp/git_head_ref,./github/workflows/run_unit_test.sh"