From: Ravi Pendurty Date: Mon, 9 Jun 2025 09:48:46 +0000 (+0530) Subject: Include permissions block in workflow X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=34fd67be3071c51ed0b0db4a1bdded81fd9146d0;p=oam%2Foam-controller.git Include permissions block in workflow Both read and write permissions are included Issue-ID: OAM-465 Change-Id: I37ff122e751a8d7d230c51d7d87e7f9647e1832c Signed-off-by: Ravi Pendurty --- diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 9cff7ef..43af6ce 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -15,6 +15,10 @@ on: pull_request: branches: [ "master" ] +permissions: + contents: write + packages: write + jobs: build: