diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e5d15a7..f77e0c2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,6 @@ jobs: port: ${{ secrets.SSH_PORT }} username: ${{ secrets.SSH_USER }} passphrase: ${{ secrets.SSH_PASSPHRASE }} - key: ${{ secrets.SSH_KEY }} script: | cd ${{ secrets.PATH }} git pull