From: ModeSevenIndustrialSolutions Date: Wed, 1 Oct 2025 11:42:28 +0000 (+0100) Subject: CI: Add missing vars.GERRIT_KNOWN_HOSTS X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3237d1f2ca0246e6f0fc92e0ed33d54c4649218f;p=portal-ng%2Fbff.git CI: Add missing vars.GERRIT_KNOWN_HOSTS Issue-ID: CIMAN-33 Change-Id: I65d550dbdc7d32636fc1fb9e0f150bfa4e1ddfe0 Signed-off-by: ModeSevenIndustrialSolutions --- diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 66e7fbd..c86e405 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -54,3 +54,4 @@ jobs: ISSUE_ID_LOOKUP: true ISSUE_ID_LOOKUP_JSON: ${{ vars.ISSUE_ID_LOOKUP_JSON }} GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} + GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}