Skip to content

Commit cc9bdcb

Browse files
authored
Clarify permissions in call-super-linter.yaml
Added comments to clarify permissions for the Super-Linter job.
1 parent 725ac3c commit cc9bdcb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/call-super-linter.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
call-super-linter:
1414

1515
name: Call Super-Linter
16-
16+
17+
# all other permissions not listed are set to `none`
18+
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions
1719
permissions:
1820
contents: read # clone the repo to lint
1921
statuses: write #read/write to repo custom statuses

0 commit comments

Comments
 (0)