From 73016a5a76f7e87e80f043abe6a557eb83de3372 Mon Sep 17 00:00:00 2001 From: MOHANKUMAR T <31698165+mohan-13@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:49:40 +0000 Subject: [PATCH] BAH-3807 | Fix. Secret names for GPG Key Details --- .github/workflows/release_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_deploy.yml b/.github/workflows/release_deploy.yml index 85e2f40..d42a39f 100644 --- a/.github/workflows/release_deploy.yml +++ b/.github/workflows/release_deploy.yml @@ -17,11 +17,11 @@ jobs: server-id: nexus-sonatype server-username: NEXUS_USERNAME server-password: NEXUS_PASSWORD - gpg-private-key: ${{ secrets.INFRA_GPG_KEY }} + gpg-private-key: ${{ secrets.BAHMNI_INFRA_GPG_KEY }} - name: Build and deploy with Maven run: ./mvnw --no-transfer-progress clean -U deploy -DperformRelease=true env: NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} - GPG_PASSPHRASE: ${{ secrets.INFRA_GPG_PASSPHRASE }} + GPG_PASSPHRASE: ${{ secrets.BAHMNI_INFRA_GPG_PASSPHRASE }}