Skip to content

Commit

Permalink
added supabase secrets to prod yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyubibrahimi committed Nov 16, 2023
1 parent 0da18af commit 824363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
--entry-point=getanswer \
--trigger-http \
--allow-unauthenticated \
--set-env-vars OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
--set-env-vars OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_STAGING }},SUPABASE_URL_STAGING=${{ secrets.SUPABASE_URL_STAGING }},SUPABASE_SERVICE_KEY_STAGING=${{ secrets.SUPABASE_SERVICE_KEY_STAGING }}

0 comments on commit 824363a

Please sign in to comment.