From b91485978eec93b1e24b46af80931642a4339381 Mon Sep 17 00:00:00 2001 From: RamyEB Date: Mon, 8 Jan 2024 14:41:36 +0100 Subject: [PATCH] changes github action --- .github/workflows/sync_doc_devportal.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync_doc_devportal.yml b/.github/workflows/sync_doc_devportal.yml index 1b35182e..c0941e8e 100644 --- a/.github/workflows/sync_doc_devportal.yml +++ b/.github/workflows/sync_doc_devportal.yml @@ -18,8 +18,8 @@ jobs: - name: Set up Git run: | - git config --global user.name "RamyEB" - git config --global user.email "ramyelb@gmail.com" + git config --global user.name 'github-actions[bot]' + git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - name: Sync files to the other repository and create Pull Request env: @@ -40,7 +40,7 @@ jobs: PR_ASSIGN: '{"assignees": ["ramyeb"]}' run: | git clone --depth 1 https://${DEVELOPER_PORTAL_CI_TOKEN}@${SOURCE_REPO} - git clone --depth 1 https://${DEVELOPER_PORTAL_CI_TOKEN}@${TARGET_REPO} + git clone --depth 1 https://ldg-github-ci:${DEVELOPER_PORTAL_CI_TOKEN}@${TARGET_REPO} PR_BRANCH_NAME=sync-discover-doc-$(date +%s) cd ${TARGET_REPO_NAME}