We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f945fe commit f90c834Copy full SHA for f90c834
1 file changed
.github/workflows/checkstyle.yml
@@ -5,7 +5,8 @@ on:
5
workflow_dispatch: # add manual trigger button
6
7
permissions:
8
- contents: write
+ contents: read
9
+ pull-requests: write
10
11
jobs:
12
check:
0 commit comments