add ssh password

This commit is contained in:
Luke Smith 2021-03-12 09:52:49 -05:00
parent 684edea43b
commit 953acc2af4
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -28,6 +28,7 @@ jobs:
host: https://based.cooking host: https://based.cooking
username: based username: based
key: ${{ secrets.based_ssh }} key: ${{ secrets.based_ssh }}
password: ${{ secrets.based_ssh_pass }}
script: | script: |
cd repo cd repo
git pull --force origin master git pull --force origin master