fix(ci): Default all GHA env variables to 'prod' set (#11572)

Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
This commit is contained in:
Richie Foreman
2025-10-21 15:02:48 -04:00
committed by GitHub
parent 193b4bba91
commit 74a7771943
9 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ on:
jobs:
verify-release:
environment: '${{ github.event.inputs.environment }}'
environment: "${{ github.event.inputs.environment || 'prod' }}"
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'