We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2906fc2 commit 66ea0cbCopy full SHA for 66ea0cb
.github/workflows/build.yml
@@ -15,7 +15,11 @@ concurrency:
15
defaults:
16
run:
17
shell: bash
18
-
+
19
+permissions:
20
+ contents: write
21
+ pull-requests: write
22
23
jobs:
24
build-java21:
25
runs-on: ubuntu-latest
@@ -69,4 +73,4 @@ jobs:
69
73
cache: maven
70
74
- name: Maven Build for ${{ matrix.app }}
71
75
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