We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4b592 commit b4517dcCopy full SHA for b4517dc
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,9 @@ concurrency:
14
jobs:
15
build:
16
uses: wikumChamith/openmrs-contrib-gha-workflows/.github/workflows/build-backend-module.yml@infer-version-fallback
17
+ permissions:
18
+ contents: read
19
+ id-token: write
20
secrets:
21
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
22
MAVEN_REPO_API_KEY: ${{ secrets.MAVEN_REPO_API_KEY }}
0 commit comments