mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
fix(ci): Add 'packages: read' permission to bundle-size workflow
Adds the 'packages: read' permission to the 'bundle-size.yml' workflow. This is necessary to allow the job to download the package from the GitHub Packages registry to perform the size check.
This commit is contained in:
@@ -12,6 +12,7 @@ on:
|
||||
permissions:
|
||||
contents: 'read'
|
||||
pull-requests: 'write'
|
||||
packages: 'read'
|
||||
|
||||
jobs:
|
||||
bundle-size:
|
||||
|
||||
Reference in New Issue
Block a user