diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9c853a8f..f7e69d19 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,6 +16,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: maven-settings-xml-action + uses: whelk-io/maven-settings-xml-action@v20 + with: + repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry" }]' + servers: '[{ "id": "github-qqq-maven-registry", "username": "${env.QQQ_MAVEN_REGISTRY_USERNAME}", "password": "${env.QQQ_MAVEN_REGISTRY_PASSWORD}" }]' - name: Set up JDK 17 uses: actions/setup-java@v2 with: