From: Matthew Watkins Date: Thu, 6 Nov 2025 10:07:08 +0000 (+0000) Subject: CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=19048e562b3f5c52860e59ee4ed0bdcad9fa928f;p=it%2Fdep.git CI: Explicitly provide GitHub2Gerrit with O-RAN-SC inputs 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 --- diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index d297589e..b58b72d7 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -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