This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1f7edde37b Fixed: [StepSecurity] Apply security best practices (#737)
1f7edde37b is described below

commit 1f7edde37b1c529c53cf085de7d0daae3fa154b3
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Mar 20 10:52:07 2024 +0100

    Fixed: [StepSecurity] Apply security best practices (#737)
    
    Allows writing package
---
 .github/workflows/docker-image.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docker-image.yaml 
b/.github/workflows/docker-image.yaml
index 98400ba6e7..00ad156a52 100644
--- a/.github/workflows/docker-image.yaml
+++ b/.github/workflows/docker-image.yaml
@@ -46,6 +46,7 @@ on:
 
 permissions:
   contents: read
+  packages: write
 
 jobs:
   docker_build:

Reply via email to