Skip to content

Commit f93b076

Browse files
author
Pat
committed
Limit CI workflow token permissions
1 parent 782d2fa commit f93b076

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- main
88
- "dev/**"
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
python-tests:
1215
name: Python tests

0 commit comments

Comments
 (0)