diff --git a/.github/workflows/tauri-action.yml b/.github/workflows/tauri-action.yml index 9c0b3aa..e32dedb 100644 --- a/.github/workflows/tauri-action.yml +++ b/.github/workflows/tauri-action.yml @@ -32,6 +32,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version