Add permissions section to unit tests workflow

This commit is contained in:
2026-03-19 22:09:13 +02:00
parent 10ac547458
commit ce777a59b3
+2
View File
@@ -15,6 +15,8 @@ jobs:
tests:
name: Run unit tests
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository