From b648ecc98afc7187bb7c18fb452fa4e5913d360b Mon Sep 17 00:00:00 2001 From: tsamplesKR <93012035+tsamplesKR@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:24:47 -0500 Subject: [PATCH] testing with key in file, will remove key after. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a6cb9229..923f1c2b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,8 +25,8 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v20 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" }}]' - servers: '[{ "id": "github", "username": "${{ secrets.QQQ_MAVEN_REGISTRY_USERNAME }}", "password": "${{ secrets.QQQ_MAVEN_REGISTRY_PASSWORD }}" }]' - name: Build with Maven run: mvn -B package --file pom.xml - name: Publish to GitHub Packages Apache Maven