Merge pull request #47565 from saschagrunert/jobs-perms

Fix permissions for "Update schedule.yaml" CD job
pull/47570/head
Kubernetes Prow Robot 2024-08-19 03:17:39 -07:00 committed by GitHub
commit 4365f3e60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: