Skip to content

Commit

Permalink
Update GPG keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 30, 2023
1 parent e1b672a commit 3917eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
jvm: 8
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
- name: Release
run: |
./mill publishSonatype __.publishArtifacts
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit 3917eae

Please sign in to comment.