diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ddc1050..85502699 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,5 +54,5 @@ jobs: username: ${{ secrets.DEPLOY_TARGET_USER }} key: ${{ secrets.DEPLOY_TARGET_KEY }} port: ${{ secrets.DEPLOY_TARGET_PORT }} - passphrase: ${{ secrets.WGA_DEFAULT_ADMIN_PWD }} + passphrase: ${{ secrets.DEPLOY_TARGET_PASSPHRASE }} script: ./update-wga.sh ${{github.ref_name}} delete_wga_data