From 8e7080fc96ca64d37ce0039d1b0f5df87c2cfb5f Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 29 May 2023 19:05:34 -0700 Subject: [PATCH] Fix logout test URL discrepancy --- .github/workflows/env-create-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/env-create-file.yml b/.github/workflows/env-create-file.yml index dadab15de9..00b229c6da 100644 --- a/.github/workflows/env-create-file.yml +++ b/.github/workflows/env-create-file.yml @@ -20,7 +20,7 @@ env: INPUT_ENV_PAYMENT_FEE_FIXED: 10 INPUT_ENV_SAML_DATABASE_URL: postgresql://postgres:@localhost:5432/calendso INPUT_ENV_SAML_ADMINS: pro@example.com - INPUT_ENV_NEXTAUTH_URL: http://127.0.0.1:3000/api/auth + INPUT_ENV_NEXTAUTH_URL: http://localhost:3000 INPUT_ENV_NEXT_PUBLIC_IS_E2E: 1 # INPUT_ENV_EMAIL_FROM: e2e@cal.com # INPUT_ENV_EMAIL_SERVER_HOST: ${{ secrets.CI_EMAIL_SERVER_HOST }}