Skip to content

Commit

Permalink
Fix ssh key setter upper
Browse files Browse the repository at this point in the history
I hate how I'm using two 3rd party packages for nothing at all.
  • Loading branch information
angelacastaneda committed Sep 25, 2023
1 parent 2814262 commit c90f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: ssh setup
uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_rsa
known_hosts: angel-castaneda.com

Expand Down

0 comments on commit c90f450

Please sign in to comment.