From f18b89ac8a424f2cdb3e073ecb04976487caa019 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Wed, 19 Jun 2024 14:24:19 +0200 Subject: [PATCH] ci: read the Central username from the Actions' secrets --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1230f9dc..bbc168eb 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -102,6 +102,7 @@ jobs: }} should-validate-wrapper: false github-token: ${{ secrets.DEPLOYMENT_TOKEN }} + maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }}