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

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

commit 9e9e469ef393abcebeefe127029bb24146ebdeab
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Nov 24 10:21:43 2025 +0100

    fix secret reference, break env var 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 aca2d565c6..8fc6e451c2 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_USER: ${{ secrets.NEXUS_USE }}
+          NEXUS_USEX: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}


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

Reply via email to