diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aa30f8c..76967c6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,8 +30,10 @@ jobs: uses: garygrossgarten/github-action-scp@release with: local: ./target/Hadder-Build.jar - remote: /home/Hadder-Build.jar + remote: /home/bots/Hadder/Hadder-Build.jar host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + passphrase: ${{ secrets.PASSWORD }} privateKey: ${{ secrets.PK }} - name: executing remote ssh commands using password uses: appleboy/ssh-action@master