Skip to content

Commit

Permalink
build: added environment vars to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfrankz committed Sep 3, 2024
1 parent f5730db commit 930bdbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
includeUpdaterJson: true
tagName: kaas-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
Expand Down

0 comments on commit 930bdbb

Please # to comment.