Skip to content

Commit e851629

Browse files
committed
sht
1 parent 25e9f5d commit e851629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if [ -d "$function" ]; then
3131
function_name=$(basename "$function")
3232
echo "Deploying function: $function_name"
33-
npx supabase functions deploy "$function_name" --project-ref ${{ secrets.SUPABASE_PROJECT_REF }} --disable-jwt
33+
npx supabase functions deploy "$function_name" --project-ref ${{ secrets.SUPABASE_PROJECT_REF }}
3434
fi
3535
done
3636

0 commit comments

Comments
 (0)