Skip to content

Commit

Permalink
Update env var secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nile4000 authored Jan 4, 2025
1 parent 1d6a681 commit 0b6e181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
env:
VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

steps:
- name: Check out the repository
Expand Down

0 comments on commit 0b6e181

Please sign in to comment.