Add permissions to all GitHub actions

This commit is contained in:
Constantin Graf
2025-05-22 10:57:57 +02:00
committed by Constantin Graf
parent f1dce88dab
commit be69626970
12 changed files with 30 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
name: PHPUnit Tests
on: push
permissions:
contents: read
jobs:
phpunit:
runs-on: ubuntu-latest