Fix nexus password secret name 48/14848/1
authoraravind.est <aravindhan.a@est.tech>
Tue, 26 Aug 2025 16:28:40 +0000 (17:28 +0100)
committeraravind.est <aravindhan.a@est.tech>
Tue, 26 Aug 2025 16:28:40 +0000 (17:28 +0100)
Name of the nexus secret changed to align with repository.

Issue-ID: NONRTRIC-1086
Change-Id: I8d4e92da5a41ad6b8a18918395965a201f2ddee8
Signed-off-by: aravind.est <aravindhan.a@est.tech>
.github/workflows/gerrit-merge-itdep.yaml

index f07496f..cb4cb06 100644 (file)
@@ -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 }}"