From: aravind.est Date: Tue, 26 Aug 2025 16:28:40 +0000 (+0100) Subject: Fix nexus password secret name X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6e5ed34037e51e4b5832d7d30bcfb0bbf5d748cb;p=it%2Fdep.git Fix nexus password secret name Name of the nexus secret changed to align with repository. Issue-ID: NONRTRIC-1086 Change-Id: I8d4e92da5a41ad6b8a18918395965a201f2ddee8 Signed-off-by: aravind.est --- diff --git a/.github/workflows/gerrit-merge-itdep.yaml b/.github/workflows/gerrit-merge-itdep.yaml index f07496f4..cb4cb062 100644 --- a/.github/workflows/gerrit-merge-itdep.yaml +++ b/.github/workflows/gerrit-merge-itdep.yaml @@ -185,7 +185,7 @@ jobs: with: nexus_server: "${{ vars.NEXUS3_SERVER }}" nexus_username: "${{ github.event.repository.name }}" - nexus_password: "${{ secrets.NEXUS3_PASSWORD }}" + nexus_password: "${{ secrets.NEXUS_PASSWORD }}" repository_format: 'raw' repository_name: 'helm.snapshot' files_path: "${{ env.CHARTS_BUILD_DIR }}"