Add permissions to test.yml for security best practices

This commit is contained in:
Stanislas Lange
2025-12-04 23:04:11 +01:00
committed by Stanislas
parent cad43ad99e
commit 62c336022f
+4
View File
@@ -6,6 +6,10 @@ on:
workflow_dispatch:
name: Test
permissions:
contents: read
jobs:
install:
runs-on: ubuntu-latest