Skip to content

Commit 7cd1c40

Browse files
authored
Fixed var name
1 parent d095dd0 commit 7cd1c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set SSH key and known hosts
3636
uses: shimataro/ssh-key-action@v2
3737
with:
38-
key: ${{ secrets.SSH_KEY }}
38+
key: ${{ secrets.SSH_SECRET_KEY }}
3939
name: id_rsa
4040
known_hosts: ${{ secrets.SSH_HOST }}
4141

0 commit comments

Comments
 (0)