Skip to content

Commit 77c622b

Browse files
committed
Remove top-level permissions from PR workflow
Top-level permissions on workflow_call workflows act as a ceiling that blocks caller-granted permissions, causing startup_failure. Use per-job permissions only.
1 parent 9e3ae73 commit 77c622b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/bakery-build-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ on:
5252
type: string
5353
# NO secrets section — only inherited GITHUB_TOKEN
5454

55-
permissions: {}
56-
5755
defaults:
5856
run:
5957
shell: bash

0 commit comments

Comments
 (0)