Include permissions block in workflow 41/14541/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Mon, 9 Jun 2025 09:48:46 +0000 (15:18 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Mon, 9 Jun 2025 09:48:46 +0000 (15:18 +0530)
Both read and write permissions are included

Issue-ID: OAM-465
Change-Id: I37ff122e751a8d7d230c51d7d87e7f9647e1832c
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
.github/workflows/maven-build.yml

index 9cff7ef..43af6ce 100644 (file)
@@ -15,6 +15,10 @@ on:
   pull_request:
     branches: [ "master" ]
 
+permissions:
+  contents: write
+  packages: write
+
 jobs:
   build: