From acef5b3130c5be3354aa7eeb0668378243fb83ad Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Tue, 23 Jan 2024 23:20:57 +0100 Subject: [PATCH] Add write permissions for checks and pull requests This commit adds write permissions for checks and pull requests in the testing workflow. --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c5af85b..014c8d1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,6 +7,9 @@ on: jobs: test: + permissions: + checks: write + pull-requests: write strategy: fail-fast: false matrix: