Grant the blob size policy job read access to contents (#36945)

GitOrigin-RevId: 64c798ce72dfbab19314dce0dda14ba323fa6faf
This commit is contained in:
Grant Birkinbine
2026-08-04 18:35:58 +00:00
committed by copyberry
parent 1a7519fa07
commit ceaa818898

View File

@@ -7,6 +7,8 @@ jobs:
check:
name: Blob size policy
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: