Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmzimpl authored Dec 10, 2023
1 parent bede5d1 commit 86da039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- run: npm run build
env:
VITE_APP_API: 'https://api.chromepower.xyz/api'
VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }}
VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }} # This should be set in the repository's secrets settings
VITE_SUPABASE_URL: $VITE_SUPABASE_URL
VITE_SUPABASE_ANON_KEY: $VITE_SUPABASE_ANON_KEY # This should be set in the repository's secrets settings


- name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}
Expand Down

0 comments on commit 86da039

Please sign in to comment.