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

engelen pushed a commit to tag x2.0.0-M1-RC16
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 81d6c1c8a64949c9a59c038bda8972174c38ae25
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Nov 24 11:54:31 2025 +0100

    Use nexus stage deployer user/pass
---
 .github/workflows/stage-release-candidate.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 8fc6e451c2..34b1316ade 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -164,5 +164,5 @@ jobs:
         env:
           REF: ${{ github.ref_name }}
           PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }}
-          NEXUS_USEX: ${{ secrets.NEXUS_USER }}
-          NEXUS_PW: ${{ secrets.NEXUS_PW }}
+          SONATYPE_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          SONATYPE_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}


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

Reply via email to