This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new ed3b2ca Add explicit read-only permissions to CI workflow (#316)
ed3b2ca is described below
commit ed3b2ca79e0074699e2f3ed53a415dca3e4f0f4c
Author: Arpit Jain <[email protected]>
AuthorDate: Thu May 14 15:41:49 2026 +0900
Add explicit read-only permissions to CI workflow (#316)
---
.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b19d49f..2192f49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,6 +25,9 @@ on:
branches:
- main
+permissions:
+ contents: read
+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true