Skip to content

Commit cd95e4b

Browse files
committed
Fix
1 parent d02e7d1 commit cd95e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keep_alive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- name: Ping Supabase Edge Function
1313
run: |
14-
curl -sSf https://jwrrtusokaiwaafkbfxq.supabase.co/functions/v1/keep-alive
14+
curl -sSf -H "Authorization: Bearer ${{ secrets.SUPABASE_ANON_KEY }}" https://jwrrtusokaiwaafkbfxq.supabase.co/functions/v1/keep-alive

0 commit comments

Comments
 (0)