We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ba83a commit 89c0a4cCopy full SHA for 89c0a4c
.github/workflows/presence-cron.yml
@@ -20,6 +20,7 @@ jobs:
20
fi
21
curl -sS -X POST "$VITE_SUPABASE_URL/functions/v1/presence-cron" \
22
-H "apikey: $VITE_SUPABASE_ANON_KEY" \
23
+ -H "Authorization: Bearer $VITE_SUPABASE_ANON_KEY" \
24
-H "Content-Type: application/json" \
25
-d '{}' \
26
-o /tmp/resp.json -w "HTTP:%{http_code}\n" | tee /tmp/status.txt
0 commit comments