This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch test-key-format
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 519231eba03eb68e31f163b5e89850296fab594d
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Nov 11 09:24:49 2025 +0100

    fix gpg key variable name
---
 .github/workflows/stage-release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 5afcb43070..a165847498 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -159,6 +159,6 @@ jobs:
           sbt "set ThisBuild / version := \"$VERSION\"; sonatypePrepare; set 
ThisBuild / version := \"$VERSION\"; sonatypeBundleUpload; sonatypeClose"
         env:
           REF: ${{ github.ref_name }}
-          PEKKO_PGP_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }}
+          PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }}
           SONATYPE_USERNAME: ${{ secrets.NEXUS_USER }}
           SONATYPE_PASSWORD: ${{ secrets.NEXUS_PW }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to