From b3002a4fdcaebc74f3a29de8fc809cef90ecae63 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 19 Sep 2022 10:28:14 +0000 Subject: [PATCH] ci: use Oniro service account for automated commits This should avoid the problem of ECA check. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a0d19..3743d24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,8 +95,8 @@ reuse: - gl_section_open_collapsed setup_git "Setting up git" - git config --global --add safe.directory "$CI_PROJECT_DIR" - - git config --global user.name "CI/CD Automation" - - git config --global user.email "ci-cd@example.org" + - git config --global user.name "Oniro Core Project Bot" + - git config --global user.email "oniro-core-bot@eclipse.org" - gl_section_close setup_git - gl_section_open_collapsed workspace_setup "Setting up repo workspace" -- GitLab