Skip to content

Commit

Permalink
BAH-3807 | Fix. Secret names for GPG Key Details
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Aug 22, 2024
1 parent 5a18a43 commit 73016a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 73016a5

Please sign in to comment.