Added action to ensure ssh private key gets added correlty
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 23s

This commit is contained in:
2025-10-03 20:05:09 +02:00
parent a44a935e50
commit 1c5384470d
3 changed files with 28 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- name: nixing
run: which nix-shell
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}