This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new 3d1a99c Add explicit read-only permissions section to CI workflow
3d1a99c is described below
commit 3d1a99cfe06bdab8e430124785c46bc4b0f4df49
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 29 17:54:11 2026 +0100
Add explicit read-only permissions section to CI workflow
---
.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0a3558d..8ef1328 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,6 +23,9 @@ on:
branches:
- main
+permissions:
+ contents: read
+
env:
LC_ALL: en_US.UTF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]