Skip to content

Commit

Permalink
reformatted env variables in yaml file for cloud deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyubibrahimi committed Nov 8, 2023
1 parent 70bebea commit 79703b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ jobs:
--entry-point=getanswer \
--trigger-http \
--allow-unauthenticated \
--set-env-vars OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_STAGING }},\
SUPABASE_URL=${{ secrets.SUPABASE_URL_STAGING }},\
SUPABASE_SERVICE_KEY=${{ secrets.SUPABASE_SERVICE_KEY_STAGING }}
--set-env-vars OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_STAGING }},SUPABASE_URL=${{ secrets.SUPABASE_URL_STAGING }},SUPABASE_SERVICE_KEY=${{ secrets.SUPABASE_SERVICE_KEY_STAGING }}

0 comments on commit 79703b7

Please sign in to comment.