mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
fix(ci): add all required read permissions to orchestrator
This commit is contained in:
@@ -16,6 +16,14 @@ permissions:
|
||||
checks: 'write'
|
||||
statuses: 'write'
|
||||
actions: 'read'
|
||||
attestations: 'read'
|
||||
deployments: 'read'
|
||||
discussions: 'read'
|
||||
issues: 'read'
|
||||
models: 'read'
|
||||
pages: 'read'
|
||||
repository-projects: 'read'
|
||||
id-token: 'read'
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||
|
||||
Reference in New Issue
Block a user