Skip to content

Commit d544384

Browse files
authored
Merge pull request #1234 from h1alexbel/patch-2
issue permissions to reports-check.yml
2 parents ffe0bde + f51df8c commit d544384

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reports-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: reports-check
33
on:
44
issues:
55
types: [opened]
6+
permissions:
7+
issues: write
8+
contents: read
69
jobs:
710
check:
811
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)