Skip to content

Commit 66ea0cb

Browse files
authored
Update build.yml
1 parent 2906fc2 commit 66ea0cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ concurrency:
1515
defaults:
1616
run:
1717
shell: bash
18-
18+
19+
permissions:
20+
contents: write
21+
pull-requests: write
22+
1923
jobs:
2024
build-java21:
2125
runs-on: ubuntu-latest
@@ -69,4 +73,4 @@ jobs:
6973
cache: maven
7074
- name: Maven Build for ${{ matrix.app }}
7175
working-directory: ${{ matrix.app }}
72-
run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false
76+
run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false

0 commit comments

Comments
 (0)