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 }}