Skip to content

Commit 5113461

Browse files
committed
Fix MegaLinter action permissions
1 parent ad668fb commit 5113461

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/mega-linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ on: # yamllint disable-line rule:truthy
1111
pull_request:
1212
branches: [main]
1313

14-
permissions: read-all
14+
permissions:
15+
contents: write
16+
issues: write
17+
pull-requests: write
18+
statuses: write
1519

1620
# Comment env block if you do not want to apply fixes
1721
env:

0 commit comments

Comments
 (0)