CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs 94/15194/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Thu, 6 Nov 2025 10:07:08 +0000 (10:07 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Thu, 6 Nov 2025 10:07:08 +0000 (10:07 +0000)
this is necessary for O-RAN-SC, since the account naming didn't
follow the same pattern as the other projects as the project name
was streipped of its hyphens.

Issue-ID: CIMAN-33
Change-Id: I0bc384d83eb835bd52b11ad3aeb0dcb8120c862a
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/github2gerrit.yaml

index d297589..b58b72d 100644 (file)
@@ -62,5 +62,7 @@ jobs:
           PRESERVE_GITHUB_PRS: ${{ inputs.preserve_github_prs }}
           ISSUE_ID_LOOKUP_JSON: ${{ vars.ISSUE_ID_LOOKUP_JSON }}
           GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
+          GERRIT_SSH_USER_G2G: oran.gh2gerrit
+          GERRIT_SSH_USER_G2G_EMAIL: releng+oran-gh2gerrit@linuxfoundation.org
           GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
           VERBOSE: true