summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-12 09:52:49 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-03-12 09:52:49 -0500
commit953acc2af4551192e87312b96f427e02b5e217c7 (patch)
tree1b880a63afa43f0bc196d6cc46a3579fac1004bf /.github
parent684edea43bd9615459a623a6090be68ae8cc4ba1 (diff)
add ssh password
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upload.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 135fb39..879e54c 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -2,7 +2,7 @@
name: CI
-# Controls when the action will run.
+# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
@@ -28,6 +28,7 @@ jobs:
host: https://based.cooking
username: based
key: ${{ secrets.based_ssh }}
+ password: ${{ secrets.based_ssh_pass }}
script: |
cd repo
git pull --force origin master