This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch xuanwo/pr-autotest-workflow
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit a41e64b1dbfa7cff7730e7d946c77de3b1b74244
Author: Xuanwo <[email protected]>
AuthorDate: Mon Dec 1 17:47:04 2025 +0800

    ci: Fix wrong permissions in YAML
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/full-ci-promote.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/full-ci-promote.yml 
b/.github/workflows/full-ci-promote.yml
index 8bf3bceeb..5621de6f7 100644
--- a/.github/workflows/full-ci-promote.yml
+++ b/.github/workflows/full-ci-promote.yml
@@ -27,10 +27,10 @@ concurrency:
   cancel-in-progress: false
 
 permissions:
+  actions: write
   contents: write
   pull-requests: write
   issues: write
-  workflows: write
 
 jobs:
   promote:

Reply via email to