Skip to content

Commit aff66ed

Browse files
authored
Merge pull request #519 from paoloredis/DOC-3991
DOC-3991 Add permissions to k8s_apis_sync job
2 parents 8e5aa5d + 608c5ec commit aff66ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/k8s_apis_sync.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
jobs:
1616
k8s_apis_sync:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write
20+
pull-requests: write
21+
actions: write
1822
steps:
1923
- name: 'Checkout'
2024
uses: actions/checkout@v3

0 commit comments

Comments
 (0)