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:
mkorwel
2025-10-22 01:06:44 -07:00
parent b21a5a0c3c
commit ec7f503d13
+1
View File
@@ -12,6 +12,7 @@ on:
permissions:
contents: 'read'
pull-requests: 'write'
packages: 'read'
jobs:
bundle-size: