mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 17:16:39 +00:00
fix(ci): Default all GHA env variables to 'prod' set (#11572)
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
This commit is contained in:
2
.github/workflows/release-rollback.yml
vendored
2
.github/workflows/release-rollback.yml
vendored
@@ -42,7 +42,7 @@ on:
|
||||
|
||||
jobs:
|
||||
change-tags:
|
||||
environment: '${{ github.event.inputs.environment }}'
|
||||
environment: "${{ github.event.inputs.environment || 'prod' }}"
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
packages: 'write'
|
||||
|
||||
Reference in New Issue
Block a user