This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC14 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 1592e373e3582199e41d7ab0c5a967297d367286 Author: Arnout Engelen <[email protected]> AuthorDate: Mon Nov 24 10:00:50 2025 +0100 test if you get an error when referring to a nonexistent secret --- .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 f1f32776f5..aca2d565c6 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_USER }} + NEXUS_USER: ${{ secrets.NEXUS_USE }} NEXUS_PW: ${{ secrets.NEXUS_PW }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
