Skip to content

Commit 2f6d8e1

Browse files
committed
ci: add default permissions
1 parent 3dbe2d8 commit 2f6d8e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
branches:
1313
- main
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
test:
1720
name: Test (Node ${{ matrix.node }}, ESLint ${{ matrix.eslint }})

0 commit comments

Comments
 (0)