diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4573a9f..ab0fcd7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,7 +28,8 @@ jobs: host: ${{ secrets.SSH_HOST }} port: ${{ secrets.SSH_PORT }} username: ${{ secrets.SSH_USER }} - password: ${{ secrets.SSH_PASSPHRASE }} + passphrase: ${{ secrets.SSH_PASSPHRASE }} + key: ${{ secrets.SSH_KEY }} script: | cd ${{ secrets.PATH }} git pull