fix: include secrets in CI
This commit is contained in:
@@ -18,6 +18,9 @@ deps:
|
||||
check_types:
|
||||
needs: [deps]
|
||||
dependencies: [deps]
|
||||
variables:
|
||||
PUBLIC_SUPABASE_URL: $SUPABASE_URL
|
||||
PUBLIC_SUPABASE_ANON_KEY: $SUPABASE_ANON_KEY
|
||||
script:
|
||||
- npm run check
|
||||
|
||||
@@ -66,6 +69,9 @@ test_unit:
|
||||
build:
|
||||
needs: [deps, check_types, check_style, test_unit]
|
||||
dependencies: [deps]
|
||||
variables:
|
||||
PUBLIC_SUPABASE_URL: $SUPABASE_URL
|
||||
PUBLIC_SUPABASE_ANON_KEY: $SUPABASE_ANON_KEY
|
||||
script:
|
||||
- npm run build
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user