Change workflow
All checks were successful
Periodic flake update / flake-update (push) Successful in 3s

This commit is contained in:
2024-10-08 20:04:58 +02:00
parent cad88afa6e
commit 2df16e85d3

View File

@@ -24,7 +24,7 @@ jobs:
run: |
echo "$SSH_PRIVKEY" > /tmp/id_ed25519
echo "$SSH_PUBKEY" > /tmp/id_ed25519.pub
chmod -R 0600 ~/.ssh
chmod -R 0600 /tmp/id_ed25519.pub /tmp/id_ed25519
git config --global user.name 'torjus-bot'
git config --global user.email 'torjus-bot@git.t-juice.club'
git config --global user.signingKey = "~/.ssh/id_ed25519.pub"