Skip to content

Commit 0a2602c

Browse files
authored
chore: add write permissions to generate new client job (#11498)
Add `contents: write` and `pull-requests: write` permissions to the new client generation workflow. This is necessary due to the default workflow permissions being read-only now.
1 parent 4ebc716 commit 0a2602c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate_new_client_hermetic_build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ on:
5252
jobs:
5353
generate:
5454
runs-on: ubuntu-22.04
55+
permissions:
56+
contents: write
57+
pull-requests: write
5558
steps:
5659
- uses: actions/checkout@v4
5760
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)