From c033c68daabe40d306f41b4c8d4a21f1e2ce437e Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Tue, 12 Apr 2022 13:27:44 +0200 Subject: [PATCH] ci: use GH actions bot for schema generation committer (#1756) --- .github/workflows/api-schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/api-schema.yml b/.github/workflows/api-schema.yml index fea41170e..258ca392c 100644 --- a/.github/workflows/api-schema.yml +++ b/.github/workflows/api-schema.yml @@ -35,4 +35,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore: update schema for ${{ github.repository }}@${{ github.sha }}" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" repository: ./api-client-repo