Fix permissions for `Update schedule.yaml` job

This fixes the permissions required for the job.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
pull/47565/head
Sascha Grunert 2024-08-19 09:08:11 +02:00
parent 5911139ee9
commit e41846b4ff
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ on:
jobs:
create-pull-request:
name: Create PR (if required)
permissions:
contents: write
pull-requests: write
if: github.repository == 'kubernetes/website'
runs-on: ubuntu-latest
steps: