From 0f20fc01b7ca6cc5af09f7552db14eee28b87c72 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:35:53 +0000 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 5b8d0aa9..a9df77cf 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -1,12 +1,12 @@ name: Check git apply -#permissions: +permissions: # actions: none # checks: none -# contents: none +# contents: write # deployments: none # issues: none # packages: none -# pull-requests: write + pull-requests: write # repository-projects: none # security-events: none # statuses: none