File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Supabase Keep-Alive Ping
22on :
33 schedule :
4- # Runs at 00:00 UTC every Monday , Wednesday, and Sunday
5- - cron : " 0 0 * * 1 ,3,7 "
4+ # Runs at 00:00 UTC every Sunday , Wednesday, and Friday
5+ - cron : " 0 0 * * 0 ,3,5 "
66 workflow_dispatch :
77
88jobs :
1414 NEXT_PUBLIC_SUPABASE_URL : ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
1515 NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY }}
1616 run : |
17- curl -f -X GET "$NEXT_PUBLIC_SUPABASE_URL/rest/v1/your_tiny_table ?select=id&limit=1" \
17+ curl -f -X GET "$NEXT_PUBLIC_SUPABASE_URL/rest/v1/user_quiz_progress ?select=id&limit=1" \
1818 -H "apikey: $NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY" \
1919 -H "Authorization: Bearer $NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY"
You can’t perform that action at this time.
0 commit comments