Add permissions to test.yml for security best practices

This commit is contained in:
Stanislas Lange
2025-12-04 18:37:01 +01:00
committed by Stanislas
parent cad43ad99e
commit 62c336022f

View File

@@ -6,6 +6,10 @@ on:
workflow_dispatch: workflow_dispatch:
name: Test name: Test
permissions:
contents: read
jobs: jobs:
install: install:
runs-on: ubuntu-latest runs-on: ubuntu-latest