We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283e03d commit b970698Copy full SHA for b970698
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,11 @@ concurrency:
27
28
permissions:
29
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
35
36
jobs:
37
# Compute once which path groups changed; every other job references these
0 commit comments