Skip to content

Commit

Permalink
Update actions to use supabase db env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-palanisamy committed Apr 30, 2023
1 parent f7bc501 commit c23bada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_desktop.yml
Expand Up @@ -36,6 +36,9 @@ jobs:

- name: Build for Desktop
run: npm run build:desktop
env:
NEXT_PUBLIC_SUPABASE_PROJECT_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_PROJECT_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}

- if: startsWith(matrix.os, 'ubuntu')
name: Pack for Linux
Expand Down

0 comments on commit c23bada

Please sign in to comment.