Skip to content

Commit

Permalink
Merge pull request #55 from nerdalert/qa-ec2-sshdir
Browse files Browse the repository at this point in the history
Add a ssh dir in the qa job
  • Loading branch information
nerdalert authored Mar 19, 2024
2 parents 83d4440 + 3c81c31 commit 9b7aa85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qa-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: SSH key setup
run: |
mdkdir ~/.ssh/
echo "${{ secrets.QA_ANSIBLE_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 0400 ~/.ssh/id_rsa
Expand Down

0 comments on commit 9b7aa85

Please sign in to comment.