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 e785828 commit e0fe5d3Copy full SHA for e0fe5d3
.github/workflows/supabase-keep-alive-ping.yml
@@ -14,6 +14,6 @@ jobs:
14
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
15
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY }}
16
run: |
17
- curl -f -X GET "$NEXT_PUBLIC_SUPABASE_URL/rest/v1/your_tiny_table?select=id&limit=1" \
+ curl -f -X GET "$NEXT_PUBLIC_SUPABASE_URL/rest/v1/user_quiz_progress?select=id&limit=1" \
18
-H "apikey: $NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY" \
19
-H "Authorization: Bearer $NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY"
0 commit comments