From 49403dd6be2e3a79a981bf0bd2c9bbf84b54573d Mon Sep 17 00:00:00 2001 From: tsamplesKR <93012035+tsamplesKR@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:30:54 -0500 Subject: [PATCH] updated to use secrets and reset key! --- .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 5d23eb74..80d00dfd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,7 +25,7 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v20 with: - servers: '[{ "id": "github-qqq-maven-registry", "username": "tsamplesKR", "password": "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" }]' + servers: '[{ "id": "github-qqq-maven-registry", "username": "${{ secrets.QQQ_MAVEN_REGISTRY_USERNAME }}", "password": "${{ secrets.QQQ_MAVEN_REGISTRY_PASSWORD }}" }]' repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]' - name: Build with Maven run: mvn -B package --file pom.xml