Change workflow
All checks were successful
Periodic flake update / flake-update (push) Successful in 3s
All checks were successful
Periodic flake update / flake-update (push) Successful in 3s
This commit is contained in:
2
.github/workflows/test-sign.yaml
vendored
2
.github/workflows/test-sign.yaml
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user