No passphrase

This commit is contained in:
Abdul Rabbani 2022-04-18 16:38:54 -04:00
parent 88a89c0cc2
commit 4446219c36

View File

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