这是indexloc提供的服务,不要输入任何密码
Skip to content

Supabase Waitlisted Cron #79

Supabase Waitlisted Cron

Supabase Waitlisted Cron #79

name: Supabase Waitlisted Cron
on:
schedule:
- cron: '0 * * * *' # every hour
jobs:
call-edge-function:
runs-on: ubuntu-latest
steps:
- name: Call update-waitlisted Edge Function
run: |
curl -X POST "https://dbuyxpovejdakzveiprx.supabase.co/functions/v1/update-waitlisted" \
-H "Authorization: Bearer ${{ secrets.SUPABASE_ANON_KEY }}"