diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index d78249b..6885359 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -31,6 +31,7 @@ jobs: JWT_SECRET: ci-test-jwt-secret RESEND_API_KEY: re_ci_dummy_not_used HELCIM_API_TOKEN: helcim_ci_dummy_not_used + OIDC_COOKIE_SECRET: ci-oidc-cookie-secret-not-secret NUXT_PUBLIC_COMING_SOON: 'false' NODE_ENV: development ALLOW_DEV_TEST_ENDPOINTS: 'true' @@ -88,6 +89,7 @@ jobs: JWT_SECRET: ci-test-jwt-secret RESEND_API_KEY: re_ci_dummy_not_used HELCIM_API_TOKEN: helcim_ci_dummy_not_used + OIDC_COOKIE_SECRET: ci-oidc-cookie-secret-not-secret NUXT_PUBLIC_COMING_SOON: 'false' NODE_ENV: development ALLOW_DEV_TEST_ENDPOINTS: 'true'