Skip to content

Commit 0dc3b9b

Browse files
authored
Merge pull request #2 from ONS-Innovation/initial-repo-setup
Fix MegaLinter action permissions
2 parents 049ced5 + 5113461 commit 0dc3b9b

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)