Skip to content

Commit b589fdd

Browse files
authored
Update ping-supabase.yml
1 parent 97fed9b commit b589fdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ping-supabase.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
steps:
1313
- name: Ping Supabase endpoint
1414
run: |
15-
curl -I https://lddfufxcrnqixfiyhrvc.supabase.co/rest/v1/announcements
15+
curl -I https://lddfufxcrnqixfiyhrvc.supabase.co/rest/v1/announcements \
16+
-H "apikey: ${{ secrets.SUPABASE_ANON_KEY }}" \
17+
-H "Authorization: Bearer ${{ secrets.SUPABASE_ANON_KEY }}"

0 commit comments

Comments
 (0)