aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-06 09:43:49 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-06 09:43:49 +0200
commit7dce88e941ead2c00976b46cdf65693c7971a36f (patch)
tree23cdf8e2e052f489a88164078a370f26f5846865 /.github/workflows/ci.yml
parent8a14909455c78446f7cae1a3e6d54671abdedeab (diff)
downloadjo.mssola.com-7dce88e941ead2c00976b46cdf65693c7971a36f.tar.gz
jo.mssola.com-7dce88e941ead2c00976b46cdf65693c7971a36f.zip
ci: added the password secret
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c81e219..7758f7c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,5 +66,6 @@ jobs:
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
+ password: ${{ secrets.PASSWORD }}
source: "site.tar.gz"
target: "test"