From 9b492dfdea599bf06b2726325b15f0956abbdf47 Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Fri, 22 Dec 2023 11:31:58 +0100 Subject: [PATCH] Add full kie-ci signature --- .github/workflows/upstream-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index cccc46de522..3dde943c4dc 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -2,6 +2,7 @@ name: Sync main-apache branch with upstream/main env: USERNAME: kie-ci + USEREMAIL: kie-ci0@redhat.com UPSTREAM_REMOTE: https://github.com/apache/incubator-kie-kogito-runtimes.git on: @@ -21,6 +22,7 @@ jobs: - name: Setup git environment run: | git config --global user.name "$USERNAME" + git config --global user.email "$USEREMAIL" git remote add upstream $UPSTREAM_REMOTE - name: Fetch all