Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 57c9d84

Browse files
committed
Add missing secrets to the CI pipeline
1 parent bc70d1c commit 57c9d84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767

6868
- name: Build
6969
run: pnpm build
70+
env:
71+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
72+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}

0 commit comments

Comments
 (0)