This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ef48470ff3e [Fix](GA)Add necessary permissions (#42447)
ef48470ff3e is described below
commit ef48470ff3e2fb0420c9f9434f57a70a8a8a8524
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Oct 24 22:42:36 2024 +0800
[Fix](GA)Add necessary permissions (#42447)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
.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 d1e8d3da76e..08ff3c7a0bb 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]