Skip to content

Commit e41846b

Browse files
committed
Fix permissions for Update schedule.yaml job
This fixes the permissions required for the job. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 5911139 commit e41846b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-schedule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
create-pull-request:
88
name: Create PR (if required)
9+
permissions:
10+
contents: write
11+
pull-requests: write
912
if: github.repository == 'kubernetes/website'
1013
runs-on: ubuntu-latest
1114
steps:

0 commit comments

Comments
 (0)