Skip to content

Commit b86105b

Browse files
author
Wes Dean
committed
Fix Megalinter permissions
1 parent df65bcc commit b86105b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/megalinter.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
build:
2424
name: MegaLinter
2525
runs-on: ubuntu-latest
26+
permissions:
27+
pull-requests: write
28+
2629
steps:
2730
# Git Checkout
2831
- name: Checkout Code

0 commit comments

Comments
 (0)