Skip to content

Commit

Permalink
Merge pull request #72 from SinithH/update-env
Browse files Browse the repository at this point in the history
Update release.client.yml
  • Loading branch information
MaleeshaRodrigo authored Apr 1, 2024
2 parents 6872b69 + 2338c70 commit a6d76de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
VITE_GEMINI_API_KEY: ${{ secrets.VITE_GEMINI_API_KEY }}
VITE_NAVIGATION_URL: ${{ secrets.VITE_NAVIGATION_URL }}
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}

Expand Down Expand Up @@ -57,4 +58,4 @@ jobs:
with:
files: client/**.zip
tag_name: ${{ github.ref.name }}
draft: false
draft: false

0 comments on commit a6d76de

Please sign in to comment.