Skip to content

Commit 930418e

Browse files
committed
convert workflow to ssh keys
1 parent 49558cf commit 930418e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
with:
4646
host: ${{ secrets.HOST }}
4747
username: ${{ secrets.HOST_USERNAME }}
48-
password: ${{ secrets.HOST_PASSWORD }}
48+
key: ${{ secrets.HOST_SSH_KEY }}
49+
passphrase: ${{ secrets.HOST_SSH_PASSPHRASE }}
4950
script: |
5051
docker pull ghcr.io/oprogram/librenote:latest
5152
docker stop librenotebot

0 commit comments

Comments
 (0)