Skip to content

Commit

Permalink
fix: dev functions gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Jul 11, 2024
1 parent 9c00288 commit c649838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.dev-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
gcloud functions deploy get_user_tasks \
--project=autotx-423210 \
--gen2 \
--source=autotx/serverless_functions/get_user_tasks.py
--source=autotx/serverless_functions/get_user_tasks.py \
--runtime=python310 \
--region=us-central1 \
--trigger-http \
--allow-unauthenticated \
--entry-point=get_user_tasks \
--set-env-vars SUPABASE_URL="${{ secrets.DEV_SUPABASE_URL }}",SUPABASE_SERVICE_ROLE_KEY="${{ secrets.DEV_SUPABASE_SERVICE_ROLE_KEY }}
--set-env-vars SUPABASE_URL="${{ secrets.DEV_SUPABASE_URL }}",SUPABASE_SERVICE_ROLE_KEY="${{ secrets.DEV_SUPABASE_SERVICE_ROLE_KEY }}"

0 comments on commit c649838

Please sign in to comment.