summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <93376818+sashashura@users.noreply.github.com>2022-08-29 14:29:46 +0200
committerGitHub <noreply@github.com>2022-08-29 14:29:46 +0200
commit526fc02a29dc85148682ae38b5b3256c9d999435 (patch)
tree2fe350267edc5b278731bb4090301ac7d00705a4
parent9b8f2b7a8405acd1b8ad5956ada3d84472b1e8ae (diff)
Update test-phpunit.yml
-rw-r--r--.github/workflows/test-phpunit.yml3
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