diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 938cf02047..d7c5f19b4b 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -104,8 +104,8 @@ jobs: run: | branch_name="${{ env.branch_name }}" - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config user.name "astral-docs-bot" + git config user.email "176161322+astral-docs-bot@users.noreply.github.com" git checkout -b $branch_name git add site/ruff