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 d02e7d1 commit cd95e4bCopy full SHA for cd95e4b
.github/workflows/keep_alive.yaml
@@ -11,4 +11,4 @@ jobs:
11
steps:
12
- name: Ping Supabase Edge Function
13
run: |
14
- curl -sSf https://jwrrtusokaiwaafkbfxq.supabase.co/functions/v1/keep-alive
+ curl -sSf -H "Authorization: Bearer ${{ secrets.SUPABASE_ANON_KEY }}" https://jwrrtusokaiwaafkbfxq.supabase.co/functions/v1/keep-alive
0 commit comments