Skip to content

Commit a804bbe

Browse files
authored
Add GitHub least permissions to create a new pull request from the run-extractor workflow
1 parent 7609c48 commit a804bbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/github_workflows/run-extractor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ jobs:
154154
create-pull-request:
155155
needs: extract
156156
runs-on: [ubuntu-latest]
157+
permissions:
158+
contents: write
159+
pull-requests: write
160+
issues: write
157161
steps:
158162
- uses: actions/checkout@v4
159163

0 commit comments

Comments
 (0)