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