Skip to content

Commit b4517dc

Browse files
authored
Add permissions to build workflow
1 parent 2b4b592 commit b4517dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
jobs:
1515
build:
1616
uses: wikumChamith/openmrs-contrib-gha-workflows/.github/workflows/build-backend-module.yml@infer-version-fallback
17+
permissions:
18+
contents: read
19+
id-token: write
1720
secrets:
1821
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
1922
MAVEN_REPO_API_KEY: ${{ secrets.MAVEN_REPO_API_KEY }}

0 commit comments

Comments
 (0)