aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-06 10:12:42 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-06 10:12:42 +0200
commita1beec49bb53db143787cb1e5c32f9c319e1b951 (patch)
tree17692baa882bbda03ba405c07af3e5f1c5797cdb /.github/workflows
parent9653c42734c520904a48373ecf427d266f4af9f5 (diff)
downloadjo.mssola.com-a1beec49bb53db143787cb1e5c32f9c319e1b951.tar.gz
jo.mssola.com-a1beec49bb53db143787cb1e5c32f9c319e1b951.zip
ci: use a passhphrase instead of password
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7758f7c..7ce18c6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,6 +66,6 @@ jobs:
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
- password: ${{ secrets.PASSWORD }}
+ passphrase: ${{ secrets.PASSPHRASE }}
source: "site.tar.gz"
target: "test"