Skip to content

Commit

Permalink
Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozennou committed Dec 25, 2024
1 parent 431cff3 commit f98f012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:

- name: Setup SSH
run: |
echo ${{ secrets.SSH_PRIVATE_KEY}} > ./id_rsa
cat << EOF > ./id_rsa
${{ secrets.SSH_PRIVATE_KEY}}
EOF
chmod 600 ./id_rsa
- name: Install ansible
Expand Down

0 comments on commit f98f012

Please sign in to comment.