This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 8360628a8 ci: Fix wrong permissions in YAML (#6848)
8360628a8 is described below
commit 8360628a8d23c7301ce336cfcaedbd0b80fd2be9
Author: Xuanwo <[email protected]>
AuthorDate: Mon Dec 1 17:48:04 2025 +0800
ci: Fix wrong permissions in YAML (#6848)
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: