Update repository and server name to match profile ('github')

This commit is contained in:
Darin Kelkhoff
2021-10-27 21:35:33 -05:00
parent 1bb81d9bf5
commit 7d2ae14102

View File

@ -19,8 +19,8 @@ jobs:
- name: maven-settings-xml-action - name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v20 uses: whelk-io/maven-settings-xml-action@v20
with: with:
repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]' repositories: '[{ "id": "github", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]'
servers: '[{ "id": "github-qqq-maven-registry", "username": "${env.QQQ_MAVEN_REGISTRY_USERNAME}", "password": "${env.QQQ_MAVEN_REGISTRY_PASSWORD}" }]' servers: '[{ "id": "github", "username": "${env.QQQ_MAVEN_REGISTRY_USERNAME}", "password": "${env.QQQ_MAVEN_REGISTRY_PASSWORD}" }]'
- name: Cat settings.xml - name: Cat settings.xml
run: cat /home/runner/.m2/settings.xml run: cat /home/runner/.m2/settings.xml
- name: Set up JDK 17 - name: Set up JDK 17