diff options
-rw-r--r-- | .github/workflows/test-phpunit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index e5ad97a44..81e4dc5e2 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -2,6 +2,9 @@ name: PHPUnit on: [push, pull_request] +permissions: + contents: read + jobs: tests: runs-on: ubuntu-18.04 |