diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ea8e0f08..dbadbf61 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,6 +9,7 @@ jobs: DATABASE_URL: postgresql://postgres:@localhost:5432/calendso NODE_ENV: test BASE_URL: http://localhost:3000 + JWT_SECRET: secret # GOOGLE_API_CREDENTIALS: ${{ secrets.CI_GOOGLE_API_CREDENTIALS }} # CRON_API_KEY: xxx # CALENDSO_ENCRYPTION_KEY: xxx