From 3917eae3c2777a040bf3667e5c0a214fd132cac7 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 30 Oct 2023 15:30:36 +0100 Subject: [PATCH] Update GPG keys --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 350e87f..2578ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}