From e989aecebd6340a7bcec559afa851c3700ed5b6d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:07:46 +0000 Subject: [PATCH] feat: Configure workflow to use production environment --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4f7ff7b9..243cac8f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,6 +16,7 @@ jobs: preflight: name: Validate Environment runs-on: ubuntu-latest + environment: production steps: - name: Check Required Secrets run: | @@ -73,6 +74,7 @@ jobs: needs: preflight timeout-minutes: 60 runs-on: ubuntu-latest + environment: production strategy: fail-fast: false