Skip to content

Commit 5c69ba0

Browse files
authored
Add needed permission to the workflow (#3945)
1 parent d6cc8ad commit 5c69ba0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/IssuePreTriage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
name: Process new issues
2222
timeout-minutes: 20
2323
runs-on: ubuntu-latest
24+
permissions:
25+
contents: read
26+
issues: write
27+
metadata: read
2428
steps:
2529
- name: checkout
2630
uses: actions/checkout@v4

0 commit comments

Comments
 (0)