diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-08-07 07:18:59 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-08-07 07:18:59 -0700 |
commit | b21e071d5ea4731dfd5116f5943290742e4ad005 (patch) | |
tree | a09038fefe5e1a06831c47122762fb3931cfe34b /.github/workflows | |
parent | 007551cb036b22ed8af0a350e6c2d29b76985fe2 (diff) |
Fix: Correct bad secret passing
Change-Id: I0f2031d23ede1aa16a9a4f88c5da73d5541d85c9
Issue-ID: CIMAN-33
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-ci-management-novote-verify.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-ci-management-novote-verify.yaml b/.github/workflows/gerrit-ci-management-novote-verify.yaml index ef106f569..a49792930 100644 --- a/.github/workflows/gerrit-ci-management-novote-verify.yaml +++ b/.github/workflows/gerrit-ci-management-novote-verify.yaml @@ -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 }} |