Skip to content

Commit 9b3b433

Browse files
authored
Merge branch 'main' into main
2 parents b1dda3b + a3feca6 commit 9b3b433

File tree

14 files changed

+492
-521
lines changed

14 files changed

+492
-521
lines changed

.github/workflows/update-types.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Update database types
2+
on:
3+
schedule:
4+
- cron: '0 0 * * *'
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: lyqht/generate-supabase-db-types-github-action@main
12+
with:
13+
SUPABASE_REF_ID: ${{ secrets.SUPABASE_REF_ID }}
14+
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
15+
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
16+
OUTPUT_PATH: src/database.types.ts

0 commit comments

Comments
 (0)