From 3cc208cd6d5e618dc1a6c3a81e7a32bd0156ce8f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 2 Jul 2023 02:46:04 +0200 Subject: [PATCH] GH-29: Fix Actiosn to include tauri secrets --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5f873a..a4e04e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,6 +173,8 @@ jobs: uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} with: releaseId: ${{ needs.create-release.outputs.release_id }} tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version