We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16ce76 commit 9747121Copy full SHA for 9747121
.github/workflows/deploy-vpn.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setting up SSH key
23
uses: webfactory/ssh-agent@v0.8.0
24
with:
25
- ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
+ ssh-private-key: ${{ secrets.VPN_SSH_PRIVATE_KEY }}
26
27
- name: SSH into remote host
28
run: |
0 commit comments