ci: change bot account
This commit is contained in:
parent
cb4acd6665
commit
909928c288
1 changed files with 2 additions and 2 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue