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 6db5893  Add explicit read-only permissionsto coverage workflow
6db5893 is described below

commit 6db5893cd9da0ffcb8167039778b2d312cde1760
Author: Mark Thomas <[email protected]>
AuthorDate: Fri May 29 17:54:50 2026 +0100

    Add explicit read-only permissionsto coverage workflow
---
 .github/workflows/coverage.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 9643e81..576d5c9 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.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]

Reply via email to