From 1d12504743be3336334884c102be5963b26b8afc Mon Sep 17 00:00:00 2001 From: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:59:53 +0000 Subject: [PATCH] ci: update --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 866cbef..b81fa7d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -62,8 +62,8 @@ jobs: MY_PAT_TOKEN: ${{ secrets.ACCESS_TOKEN }} run: | if [ -n "$(git status --porcelain)" ]; then - git config --global user.name "gitea-actions[bot]" - git config --global user.email "actions-user@noreply.${{ github.domain }}" + git config --global user.name "gitea-actions" + git config --global user.email "actions-user@noreply.git.demonkernel.io.vn" git remote set-url origin https://x-access-token:${MY_PAT_TOKEN}@git.demonkernel.io.vn/${{ github.repository }}.git