Skip to content

Commit

Permalink
ci: Remove gpg passphrase from SNAPSHOT deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Apr 17, 2023
1 parent 635895d commit 9e00603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
server-username: OSSRH_USERNAME
server-password: OSSRH_CENTRAL_TOKEN
gpg-private-key: ${{ secrets.SORALD_SIGNING_KEY }}
gpg-passphrase: SORALD_GPG_PASSPHRASE

- name: Publish to Maven Central
if: ${{ contains(steps.get-sorald-version.outputs.version, 'SNAPSHOT') }}
Expand All @@ -64,4 +63,3 @@ jobs:
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
SORALD_GPG_PASSPHRASE: ${{ secrets.SORALD_SIGNING_KEY_PASSPHRASE }}

0 comments on commit 9e00603

Please sign in to comment.