From bd5423938055f7d02eefad5dd11c830c21879a0f Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Thu, 24 Oct 2024 22:35:33 +0800 Subject: [PATCH] [Fix](GA)Add necessary permissions --- .github/workflows/auto-cherry-pick.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index d1e8d3da76e149..08ff3c7a0bb4aa 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -23,7 +23,11 @@ on: - closed branches: - master -permissions: write-all +permissions: + checks: write + contents: write + pull-requests: write + repository-projects: write jobs: auto_cherry_pick: runs-on: ubuntu-latest