Skip to content

Commit d02e7d1

Browse files
committed
keep alive
1 parent f3c17bd commit d02e7d1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/keep_alive.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Supabase Keep Alive
2+
3+
on:
4+
schedule:
5+
- cron: "0 6 * * *" # Runs every day at 6:00 UTC
6+
workflow_dispatch:
7+
8+
jobs:
9+
keep-alive:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Ping Supabase Edge Function
13+
run: |
14+
curl -sSf https://jwrrtusokaiwaafkbfxq.supabase.co/functions/v1/keep-alive

0 commit comments

Comments
 (0)