Skip to content

Commit 747165c

Browse files
author
MerchantPug
committed
fix: Re-add passphrase to on-push.yml.
(cherry picked from commit d3e4817)
1 parent 43f6df8 commit 747165c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
with:
1414
host: ${{ secrets.HOST }}
1515
username: ${{ secrets.USERNAME }}
16+
passphrase: ${{ secrets.PASSPHRASE }}
1617
key: ${{ secrets.SSH_KEY }}
1718
script: sh ./update_backend.sh

0 commit comments

Comments
 (0)