Skip to content

Commit fa205cd

Browse files
chore: specify permissions for linter workflow
1 parent b649b37 commit fa205cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
super-linter:
2121
name: Super Linter
2222
uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main
23+
permissions:
24+
contents: read
25+
packages: read
26+
statuses: write
2327

2428
golangci:
2529
name: golangci-lint

0 commit comments

Comments
 (0)