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}" \