From 526fc02a29dc85148682ae38b5b3256c9d999435 Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:29:46 +0100 Subject: Update test-phpunit.yml --- .github/workflows/test-phpunit.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-24-g4f1b