Skip to content

Commit

Permalink
Update passphrase in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfyre committed Oct 12, 2023
1 parent 8b5dbef commit 1fd7117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fd7117

Please sign in to comment.