Code Review
/
it
/
dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
650733c
)
Fix nexus password secret name
48/14848/1
author
aravind.est
<aravindhan.a@est.tech>
Tue, 26 Aug 2025 16:28:40 +0000
(17:28 +0100)
committer
aravind.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
patch
|
blob
|
history
diff --git
a/.github/workflows/gerrit-merge-itdep.yaml
b/.github/workflows/gerrit-merge-itdep.yaml
index
f07496f
..
cb4cb06
100644
(file)
--- 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.NEXUS
3
_PASSWORD }}"
+ nexus_password: "${{ secrets.NEXUS_PASSWORD }}"
repository_format: 'raw'
repository_name: 'helm.snapshot'
files_path: "${{ env.CHARTS_BUILD_DIR }}"