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:
parent
cad88afa6e
commit
2df16e85d3
2
.github/workflows/test-sign.yaml
vendored
2
.github/workflows/test-sign.yaml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user