testing with key in file, will remove key after.

This commit is contained in:
tsamplesKR
2022-04-28 12:24:47 -05:00
parent b00061a4a9
commit b648ecc98a

View File

@ -25,8 +25,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:
servers: '[{ "id": "github", "username": "tsamplesKR", "password": "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" }]'
repositories: '[{ "id": "github", "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", "username": "${{ secrets.QQQ_MAVEN_REGISTRY_USERNAME }}", "password": "${{ secrets.QQQ_MAVEN_REGISTRY_PASSWORD }}" }]'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven - name: Publish to GitHub Packages Apache Maven