From 9161d3bad0dbfed620507a5957a975dd02d76324 Mon Sep 17 00:00:00 2001 From: Chengyou Liu <35356271+cyliu0@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:54:59 +0800 Subject: [PATCH] fix(ci): add write-all permission (#18725) --- .github/workflows/cherry-pick-to-release-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cherry-pick-to-release-branch.yml b/.github/workflows/cherry-pick-to-release-branch.yml index 363854209f30..b47a1b8e0e71 100644 --- a/.github/workflows/cherry-pick-to-release-branch.yml +++ b/.github/workflows/cherry-pick-to-release-branch.yml @@ -54,3 +54,5 @@ jobs: pr_body: ${{ format('Cherry picking \#{0} onto branch release-2.0', github.event.number) }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +permissions: write-all