File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Build with Maven
4141 working-directory : klass-api
42- run : mvn -B install -P nexus -DskipTests
42+ run : mvn -B install -P github -DskipTests
43+ env :
44+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4345
4446 - name : Build and push
4547 uses : nais/docker-build-push@v0
Original file line number Diff line number Diff line change 3434 java-version : ' 8'
3535 cache : ' maven'
3636
37+ - name : Set up Maven
38+ uses : stCarolas/setup-maven@v5
39+
3740 - name : Build with Maven
3841 working-directory : klass-forvaltning
39- run : mvn -B install -P nexus -DskipTests
42+ run : mvn -B install -P github -DskipTests
43+ env :
44+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4045
4146 - name : Build and push
4247 uses : nais/docker-build-push@v0
You can’t perform that action at this time.
0 commit comments