mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
fix(ci): add permissions to orchestrator workflow
This commit is contained in:
@@ -8,6 +8,12 @@ on:
|
||||
- 'release/**'
|
||||
merge_group:
|
||||
|
||||
permissions:
|
||||
contents: 'read'
|
||||
packages: 'write'
|
||||
pull-requests: 'write'
|
||||
security-events: 'write'
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
Reference in New Issue
Block a user