From 5facf89187da8d6daeda7fce9926f249e4379178 Mon Sep 17 00:00:00 2001 From: Ksaveras Sakys Date: Thu, 20 Jun 2024 22:22:59 +0300 Subject: [PATCH] ci(workflow): configure GH action permissions --- .github/workflows/coverage-report.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index ea1b17b..6a039c3 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -6,6 +6,9 @@ on: branches: - main +permissions: + pull-requests: write + jobs: php-tests: runs-on: ubuntu-latest