diff --git a/.github/workflows/endform-tests-on-main.yml b/.github/workflows/endform-tests-on-main.yml index 8807e99..ef7bf1e 100644 --- a/.github/workflows/endform-tests-on-main.yml +++ b/.github/workflows/endform-tests-on-main.yml @@ -33,7 +33,7 @@ jobs: - name: Wait for Vercel deployment uses: endformdev/actions/run-with-vercel-deployment@main with: - project-name: endform-playwright-tutorial + project-name: playwright-tutorial set-url-env-var: BASE_URL # Sets the Vercel preview URL as the BASE_URL environment variable set-vercel-bypass-env-var: VERCEL_BYPASS_TOKEN # Exports a deployment protection bypass token as this env var diff --git a/.github/workflows/endform-tests-on-prs.yml b/.github/workflows/endform-tests-on-prs.yml index 055c324..6ec240c 100644 --- a/.github/workflows/endform-tests-on-prs.yml +++ b/.github/workflows/endform-tests-on-prs.yml @@ -33,7 +33,7 @@ jobs: - name: Wait for Vercel deployment uses: endformdev/actions/run-with-vercel-deployment@main with: - project-name: endform-playwright-tutorial + project-name: playwright-tutorial set-url-env-var: BASE_URL # Sets the Vercel preview URL as the BASE_URL environment variable set-vercel-bypass-env-var: VERCEL_BYPASS_TOKEN # Exports a deployment protection bypass token as this env var