mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
feat: Configure workflow to use production environment
This commit is contained in:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user