Skip to content

Commit 229395e

Browse files
authored
Merge pull request #745 from LockTar/f/add-github-permissions
Add GitHub least permissions for run extractor workflow
2 parents 3b39d5f + a804bbe commit 229395e

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)