Fix: Correct bad secret passing 79/135679/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 7 Aug 2023 14:18:59 +0000 (07:18 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 7 Aug 2023 14:18:59 +0000 (07:18 -0700)
Change-Id: I0f2031d23ede1aa16a9a4f88c5da73d5541d85c9
Issue-ID: CIMAN-33
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/gerrit-ci-management-novote-verify.yaml

index ef106f5..a497929 100644 (file)
@@ -67,4 +67,4 @@ jobs:
     secrets:
       GERRIT_SSH_PRIVKEY: ${{ secrets.GERRIT_SSH_PRIVKEY }}
       CLOUDS_ENV_B64: ${{ secrets.CLOUDS_ENV_B64 }}
-      CLOUDS_YAML_B4: ${{ secrets.CLOUDS_YAML_B64 }}
+      CLOUDS_YAML_B64: ${{ secrets.CLOUDS_YAML_B64 }}