set ssh agent socket
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
Example / Example (push) Failing after 2m11s

This commit is contained in:
Zuckerberg 2023-10-01 19:25:49 -06:00
parent d2becac865
commit 79c3bca6f5

View File

@ -43,6 +43,8 @@ jobs:
echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" > id_ed25519 echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" > id_ed25519
chmod 600 id_ed25519 chmod 600 id_ed25519
ssh-add id_ed25519 ssh-add id_ed25519
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
- name: Copy all built derivations to remote cache - name: Copy all built derivations to remote cache
run: nix copy --to ssh://cache-push@s0.koi-bebop.ts.net /nix/store/* run: nix copy --to ssh://cache-push@s0.koi-bebop.ts.net /nix/store/*