ci: change bot account
Some checks failed
build / build (muede-lpt2) (push) Has been cancelled
build / build (muede-pc2) (push) Has been cancelled
build / close-on-failure (push) Has been cancelled

This commit is contained in:
müde 2026-09-13 14:41:40 +02:00
commit 909928c288

View file

@ -19,9 +19,9 @@ jobs:
branch="flake-update-$(date +%F)" branch="flake-update-$(date +%F)"
git checkout -b "$branch" 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" 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 \ curl -sf -X POST \
-H "Authorization: token ${PR_BOT_TOKEN}" \ -H "Authorization: token ${PR_BOT_TOKEN}" \