We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6df8 commit 747165cCopy full SHA for 747165c
.github/workflows/on-push.yml
@@ -13,5 +13,6 @@ jobs:
13
with:
14
host: ${{ secrets.HOST }}
15
username: ${{ secrets.USERNAME }}
16
+ passphrase: ${{ secrets.PASSPHRASE }}
17
key: ${{ secrets.SSH_KEY }}
18
script: sh ./update_backend.sh
0 commit comments