Skip to content

Commit

Permalink
Merge pull request #56 from nerdalert/qa-ec2-sshdirs
Browse files Browse the repository at this point in the history
smoll fix qa
  • Loading branch information
nerdalert authored Mar 19, 2024
2 parents 9b7aa85 + fc15fcb commit 5d01e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

0 comments on commit 5d01e22

Please sign in to comment.