mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-27 16:05:44 +00:00
add ssh password
This commit is contained in:
parent
684edea43b
commit
953acc2af4
1
.github/workflows/upload.yml
vendored
1
.github/workflows/upload.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user