Skip to content

Implement actuator external credentials configuration (#382) #278

Implement actuator external credentials configuration (#382)

Implement actuator external credentials configuration (#382) #278

Workflow file for this run

name: Health Check / Status Badge
on:
push:
branches:
- "main"
jobs:
build-with-maven:
name: Build with Java 17
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: microsoft
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B verify --file pom.xml --settings ci/github-settings.xml