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 97fed9b commit b589fddCopy full SHA for b589fdd
.github/workflows/ping-supabase.yml
@@ -12,4 +12,6 @@ jobs:
12
steps:
13
- name: Ping Supabase endpoint
14
run: |
15
- curl -I https://lddfufxcrnqixfiyhrvc.supabase.co/rest/v1/announcements
+ 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