This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch 2.25.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.25.x by this push:
new da138a1caf Restore default permissions
da138a1caf is described below
commit da138a1caf85f3bfeebd485b04b6e9353ac49d34
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 2 23:09:29 2026 +0200
Restore default permissions
---
.github/workflows/build.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 6a2d21d032..ec7769c3de 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,8 +32,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
# Default permissions for each job.
-# Additional permissions should be assigned on a per-job basis.
-permissions: { }
+permissions: read-all
jobs: