This is an automated email from the ASF dual-hosted git repository.
Gerrrr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new c8b0ccc Add explicit read-only permissions to Python CI workflow
(#157)
c8b0ccc is described below
commit c8b0ccc2d006a09185ce2fb5a3bcbd9cc5cecd30
Author: Arpit Jain <[email protected]>
AuthorDate: Thu May 14 11:44:30 2026 +0900
Add explicit read-only permissions to Python CI workflow (#157)
Signed-off-by: Arpit Jain <[email protected]>
---
.github/workflows/python-app.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 4d43097..1c03584 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -26,6 +26,9 @@ on:
pull_request:
branches: [master]
+permissions:
+ contents: read
+
jobs:
build:
runs-on: ubuntu-latest