diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 10:12:42 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 10:12:42 +0200 |
| commit | a1beec49bb53db143787cb1e5c32f9c319e1b951 (patch) | |
| tree | 17692baa882bbda03ba405c07af3e5f1c5797cdb /.github | |
| parent | 9653c42734c520904a48373ecf427d266f4af9f5 (diff) | |
| download | jo.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')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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" |
