Skip to content

Commit b970698

Browse files
Fix perms
1 parent 283e03d commit b970698

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ concurrency:
2727

2828
permissions:
2929
contents: read
30+
# Reusable child workflows can only request permissions <= what the
31+
# caller has. builds.yml and tests.yml need actions:read (GHA cache) and
32+
# packages:read (GHCR pulls), so grant them at the caller level too.
33+
actions: read
34+
packages: read
3035

3136
jobs:
3237
# Compute once which path groups changed; every other job references these

0 commit comments

Comments
 (0)