fix: include secrets in CI

This commit is contained in:
2025-05-30 11:18:07 +01:00
parent d7db89e13c
commit c5c52dc89d
2 changed files with 192 additions and 192 deletions

View File

@@ -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: