Skip to content
Snippets Groups Projects
Commit b3002a4f authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

ci: use Oniro service account for automated commits


This should avoid the problem of ECA check.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent a78423c2
No related branches found
No related tags found
1 merge request!22ci: use Oniro service account for automated commits
Pipeline #10354 failed
...@@ -95,8 +95,8 @@ reuse: ...@@ -95,8 +95,8 @@ reuse:
- gl_section_open_collapsed setup_git "Setting up git" - gl_section_open_collapsed setup_git "Setting up git"
- git config --global --add safe.directory "$CI_PROJECT_DIR" - git config --global --add safe.directory "$CI_PROJECT_DIR"
- git config --global user.name "CI/CD Automation" - git config --global user.name "Oniro Core Project Bot"
- git config --global user.email "ci-cd@example.org" - git config --global user.email "oniro-core-bot@eclipse.org"
- gl_section_close setup_git - gl_section_close setup_git
- gl_section_open_collapsed workspace_setup "Setting up repo workspace" - gl_section_open_collapsed workspace_setup "Setting up repo workspace"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment