Skip to content

Commit f122d96

Browse files
hotlongCopilot
andcommitted
ci(one): hardcode empty signing password (no-password key)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent de63c63 commit f122d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
8585
# Tauri updater key (optional).
8686
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
87-
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
87+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""
8888
run: pnpm --filter @objectos/one tauri build --target ${{ matrix.target }}
8989

9090
- name: Upload artifacts

0 commit comments

Comments
 (0)