diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 2556771..866cbef 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -62,7 +62,8 @@ jobs: MY_PAT_TOKEN: ${{ secrets.ACCESS_TOKEN }} run: | if [ -n "$(git status --porcelain)" ]; then - git config --global user.name "${{ github.actor }}" + git config --global user.name "gitea-actions[bot]" + git config --global user.email "actions-user@noreply.${{ github.domain }}" git remote set-url origin https://x-access-token:${MY_PAT_TOKEN}@git.demonkernel.io.vn/${{ github.repository }}.git