Change workflow
Some checks failed
Periodic flake update / flake-update (push) Failing after 3s

This commit is contained in:
Torjus Håkestad 2024-10-08 20:22:15 +02:00
parent 6c9d149404
commit 1a6c6be56b
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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