Skip to content

Commit dbedf29

Browse files
authored
set read only permissions (#381)
1 parent 684fc6e commit dbedf29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow-linter.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
workflow_call:
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
lint:
1417
name: Lint

0 commit comments

Comments
 (0)