update-flake-inputs: set different author

This commit is contained in:
Jörg Thalheim
2025-08-14 13:30:22 +02:00
parent 5e485a37f5
commit da06babcc2

View File

@@ -21,5 +21,9 @@ jobs:
# Exclude private flakes and update-clan-core checks flake # Exclude private flakes and update-clan-core checks flake
exclude-patterns: "checks/impure/flake.nix" exclude-patterns: "checks/impure/flake.nix"
auto-merge: true 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 }} gitea-token: ${{ secrets.CI_BOT_TOKEN }}
github-token: ${{ secrets.CI_BOT_GITHUB_TOKEN }} github-token: ${{ secrets.CI_BOT_GITHUB_TOKEN }}