feat: Configure workflow to use production environment

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 17:07:46 +00:00
parent 64d81f2687
commit e989aecebd

View File

@@ -16,6 +16,7 @@ jobs:
preflight: preflight:
name: Validate Environment name: Validate Environment
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production
steps: steps:
- name: Check Required Secrets - name: Check Required Secrets
run: | run: |
@@ -73,6 +74,7 @@ jobs:
needs: preflight needs: preflight
timeout-minutes: 60 timeout-minutes: 60
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production
strategy: strategy:
fail-fast: false fail-fast: false