Skip to content

Commit 75db58c

Browse files
committed
fix ci
1 parent 635929b commit 75db58c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/production.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
release:
10+
deploy:
1111
runs-on: ubuntu-latest
1212

1313
env:
1414
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
1515
SUPABASE_DB_PASSWORD: ${{ secrets.PRODUCTION_DB_PASSWORD }}
1616
PROJECT_ID: guzxrzrjknsekuefovon
17+
TYPECELL_GITHUB_OAUTH_SECRET: NOT-USED # not used but needs to be set, otherwise supabase cli complains
18+
TYPECELL_GOOGLE_OAUTH_SECRET: NOT-USED # not used but needs to be set, otherwise supabase cli complains
1719

1820
steps:
1921
- uses: actions/checkout@v3

.github/workflows/staging.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
release:
10+
deploy:
1111
runs-on: ubuntu-latest
1212

1313
env:
1414
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
1515
SUPABASE_DB_PASSWORD: ${{ secrets.STAGING_DB_PASSWORD }}
1616
PROJECT_ID: glsqqdamehahvdqssxow
17+
TYPECELL_GITHUB_OAUTH_SECRET: NOT-USED # not used but needs to be set, otherwise supabase cli complains
18+
TYPECELL_GOOGLE_OAUTH_SECRET: NOT-USED # not used but needs to be set, otherwise supabase cli complains
1719

1820
steps:
1921
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)