This is an automated email from the ASF dual-hosted git repository.
asukaminato 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 b59c91829 ci: use shas fix action permissions (#6659)
b59c91829 is described below
commit b59c91829d523cccaeaf4a8c5cc5a3db2b47d241
Author: kenwoodjw <[email protected]>
AuthorDate: Mon Oct 13 19:34:20 2025 +0800
ci: use shas fix action permissions (#6659)
use shas fix action permissions
Signed-off-by: kenwoodjw <[email protected]>
---
.github/workflows/release_rust.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_rust.yml
b/.github/workflows/release_rust.yml
index 7920ad35c..1871a70e6 100644
--- a/.github/workflows/release_rust.yml
+++ b/.github/workflows/release_rust.yml
@@ -78,7 +78,7 @@ jobs:
env:
LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{
env.LD_LIBRARY_PATH }}
- - uses: rust-lang/crates-io-auth-action@v1
+ - uses:
rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
id: auth
- name: Publish ${{ matrix.package }}
working-directory: ${{ matrix.package }}