Skip to content

Commit 0752a9b

Browse files
committed
feat: add Supabase URL and anon key to release workflow
1 parent 2e05842 commit 0752a9b

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

.github/workflows/release-fast.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
5757
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
5858
TAURI_UPDATER_SUFFIX: "-${{ matrix.arch }}"
59+
VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }}
60+
VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }}
5961
with:
6062
tagName: v__VERSION__ # the action automatically replaces __VERSION__ with the app version.
6163
releaseName: 'v__VERSION__'

0 commit comments

Comments
 (0)