Skip to content

Commit

Permalink
Fixed GHA deply ssh key variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 1, 2024
1 parent 20da08a commit 31ff86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
key: ${{ secrets.DEPLOY_SSH_KEY }}
name: id_rsa
known_hosts: unnecessary
config: |
Expand Down

0 comments on commit 31ff86f

Please sign in to comment.