File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
- release :
10
+ deploy :
11
11
runs-on : ubuntu-latest
12
12
13
13
env :
14
14
SUPABASE_ACCESS_TOKEN : ${{ secrets.SUPABASE_ACCESS_TOKEN }}
15
15
SUPABASE_DB_PASSWORD : ${{ secrets.PRODUCTION_DB_PASSWORD }}
16
16
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
17
19
18
20
steps :
19
21
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
- release :
10
+ deploy :
11
11
runs-on : ubuntu-latest
12
12
13
13
env :
14
14
SUPABASE_ACCESS_TOKEN : ${{ secrets.SUPABASE_ACCESS_TOKEN }}
15
15
SUPABASE_DB_PASSWORD : ${{ secrets.STAGING_DB_PASSWORD }}
16
16
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
17
19
18
20
steps :
19
21
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments