Skip to content

Commit

Permalink
πŸ’š Add TAURI_KEY_PASSWORD to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pAkalpa committed Mar 8, 2024
1 parent cd0b81f commit 8c8786b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

jobs:
release:
Expand Down

0 comments on commit 8c8786b

Please sign in to comment.