From da06babcc2e808a3c719f36a92b99e8f0794b34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Aug 2025 13:30:22 +0200 Subject: [PATCH] update-flake-inputs: set different author --- .gitea/workflows/update-flake-inputs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/update-flake-inputs.yml b/.gitea/workflows/update-flake-inputs.yml index 876b35fe7..1e491aa2f 100644 --- a/.gitea/workflows/update-flake-inputs.yml +++ b/.gitea/workflows/update-flake-inputs.yml @@ -21,5 +21,9 @@ jobs: # Exclude private flakes and update-clan-core checks flake exclude-patterns: "checks/impure/flake.nix" auto-merge: true + git-author-name: "clan-bot" + git-committer-name: "clan-bot" + git-author-email: "clan-bot@clan.lol" + git-committer-email: "clan-bot@clan.lol" gitea-token: ${{ secrets.CI_BOT_TOKEN }} github-token: ${{ secrets.CI_BOT_GITHUB_TOKEN }}