We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9169365 commit 2b348a8Copy full SHA for 2b348a8
.github/workflows/publish.yml
@@ -33,5 +33,6 @@ jobs:
33
host: ${{ secrets.SSH_HOST }}
34
username: ${{ secrets.SSH_USERNAME }}
35
key: ${{ secrets.SSH_KEY }}
36
+ passphrase: ${{ secrets.SSH_PASSPHRASE }}
37
script: |
38
echo whoami
0 commit comments