Skip to content

Commit e73e6ce

Browse files
chore: specify permissions for linter workflow
1 parent a7cf887 commit e73e6ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
super-linter:
2828
name: Super Linter
2929
uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main
30+
permissions:
31+
contents: read
32+
packages: read
33+
statuses: write
3034

3135
misspell:
3236
name: Misspell

0 commit comments

Comments
 (0)