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

This commit is contained in:
Torjus Håkestad 2024-10-08 20:04:58 +02:00
parent cad88afa6e
commit 2df16e85d3
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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