From 909928c28832d8bfe09c24d0c54eb4ee292a06c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 13 Sep 2026 14:41:40 +0200 Subject: [PATCH] ci: change bot account --- .forgejo/workflows/nightly-flake-update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/nightly-flake-update.yaml b/.forgejo/workflows/nightly-flake-update.yaml index 57b2da4..46d0ffa 100644 --- a/.forgejo/workflows/nightly-flake-update.yaml +++ b/.forgejo/workflows/nightly-flake-update.yaml @@ -19,9 +19,9 @@ jobs: branch="flake-update-$(date +%F)" git checkout -b "$branch" - git -c user.name="flake-update-bot" -c user.email="flake-update-bot@darkest.space" \ + git -c user.name="flake-bot" -c user.email="flake-bot@darkest.space" \ commit -am "flake: nightly update" - git push "https://flake-update-bot:${PR_BOT_TOKEN}@forge.darkest.space/mara/nixos-configs.git" "$branch" + git push "https://flake-bot:${PR_BOT_TOKEN}@forge.darkest.space/mara/nixos-configs.git" "$branch" curl -sf -X POST \ -H "Authorization: token ${PR_BOT_TOKEN}" \