We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d095dd0 commit 7cd1c40Copy full SHA for 7cd1c40
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set SSH key and known hosts
36
uses: shimataro/ssh-key-action@v2
37
with:
38
- key: ${{ secrets.SSH_KEY }}
+ key: ${{ secrets.SSH_SECRET_KEY }}
39
name: id_rsa
40
known_hosts: ${{ secrets.SSH_HOST }}
41
0 commit comments