Skip to content

Commit

Permalink
Testing new GPG key (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kyosev-gs authored Mar 13, 2024
1 parent 6c79ba7 commit a4b421c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Release
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
CI_GPG_PASSPHRASE: ${{ secrets.CI_GPG_PASSPHRASE }}
CI_GPG_PASSPHRASE: ${{ secrets.NEW_CI_GPG_PASSPHRASE }}
DOCKER_USERNAME: finos
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
MAVEN_OPTS: -Xmx4g
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
server-id: ossrh
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
gpg-private-key: ${{ secrets.CI_GPG_PRIVATE_KEY }}
gpg-private-key: ${{ secrets.NEW_CI_GPG_PRIVATE_KEY }}
gpg-passphrase: CI_GPG_PASSPHRASE

- name: Compute next development version
Expand Down

0 comments on commit a4b421c

Please sign in to comment.