Skip to content

Commit

Permalink
removes ssh connection in test-tools action
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemko committed Jan 20, 2025
1 parent d9a26c0 commit 1660354
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/run-test-tools-playbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ name: test-tools-playbook
runs:
using: 'composite'
steps:
- name: Make SSH connection
shell: bash
run: |
mkdir -p $HOME/.ssh
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
ssh -f -o StrictHostKeyChecking=no $TARGET_USER@$TARGET_HOSTNAME hostname
- name: Create vault password
shell: bash
run: echo "$VAULT_PASSWORD" >.vault-password.txt
Expand Down

0 comments on commit 1660354

Please sign in to comment.