Skip to content

Commit 9747121

Browse files
Update deploy-vpn.yml
1 parent d16ce76 commit 9747121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-vpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setting up SSH key
2323
uses: webfactory/ssh-agent@v0.8.0
2424
with:
25-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
25+
ssh-private-key: ${{ secrets.VPN_SSH_PRIVATE_KEY }}
2626

2727
- name: SSH into remote host
2828
run: |

0 commit comments

Comments
 (0)