Use read-only permissions for the test workflow

This commit is contained in:
Benoit Daloze
2022-07-27 19:16:35 +02:00
parent 3325fe2d4e
commit d6ebfae201
+2
View File
@@ -9,6 +9,8 @@ on:
paths-ignore:
- README.md
workflow_dispatch:
permissions:
contents: read
jobs:
test: