This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 4ea31d16e93 [HUDI-8180] Give all permissions to scheduled workflow
(#11906)
4ea31d16e93 is described below
commit 4ea31d16e93a18dfaca39ecf63859602d8153c06
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Sep 6 13:00:58 2024 -0400
[HUDI-8180] Give all permissions to scheduled workflow (#11906)
Co-authored-by: Jonathan Vexler <=>
---
.github/workflows/scheduled_workflow.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/scheduled_workflow.yml
b/.github/workflows/scheduled_workflow.yml
index 5ade69806bb..832aa005208 100644
--- a/.github/workflows/scheduled_workflow.yml
+++ b/.github/workflows/scheduled_workflow.yml
@@ -22,10 +22,7 @@ on:
# Runs every 5 minutes
- cron: '*/5 * * * *'
-permissions:
- statuses: write
- pull-requests: write
- issues: read
+permissions: write-all
jobs:
delete-all-caches: