You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this was asked before, but is there any way to add SSH passphrase option for the action?
So it would be like: ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_public_key: ${{ secrets.SSH_PUBLIC_KEY }} ssh_passphrase: ${{ secrets.SSH_PASS_PHRASE }}
The text was updated successfully, but these errors were encountered:
Sorry if this was asked before, but is there any way to add SSH passphrase option for the action?
So it would be like:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_public_key: ${{ secrets.SSH_PUBLIC_KEY }} ssh_passphrase: ${{ secrets.SSH_PASS_PHRASE }}
The text was updated successfully, but these errors were encountered: