From da426a9d223921a0cd824f928d2d9e2ab969ce2e Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 5 Oct 2021 13:43:20 -0500 Subject: [PATCH] Grant the GITHUB_TOKEN write access to PRs during undeployment (#21898) --- .github/workflows/staging-undeploy-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging-undeploy-pr.yml b/.github/workflows/staging-undeploy-pr.yml index 4962400d25..9e1b2adeeb 100644 --- a/.github/workflows/staging-undeploy-pr.yml +++ b/.github/workflows/staging-undeploy-pr.yml @@ -12,6 +12,7 @@ on: permissions: contents: read deployments: write + pull-requests: write # This prevents one Undeploy workflow run from interrupting another concurrency: