Grant the GITHUB_TOKEN write access to PRs during undeployment (#21898)
This commit is contained in:
1
.github/workflows/staging-undeploy-pr.yml
vendored
1
.github/workflows/staging-undeploy-pr.yml
vendored
@@ -12,6 +12,7 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
deployments: write
|
||||
pull-requests: write
|
||||
|
||||
# This prevents one Undeploy workflow run from interrupting another
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user