Skip to content

Commit 72129b8

Browse files
committed
Add least-privilege permissions to workflows
1 parent b6f11f8 commit 72129b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
paths-ignore:
1010
- "*.md"
1111

12+
permissions:
13+
contents: read
14+
1215
env:
1316
MODULE_NAME: 'sense2vec'
1417
RUN_MYPY: 'false'

0 commit comments

Comments
 (0)