workflow: add SSH access to build step for git+ssh flake inputs
Some checks failed
Build and Deploy / deploy (push) Failing after 4m15s

This commit is contained in:
2026-03-30 21:04:11 -04:00
parent 519eb3a3bb
commit ed7fda31fe

View File

@@ -6,6 +6,8 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: nix runs-on: nix
env:
GIT_SSH_COMMAND: "ssh -i /run/agenix/ci-deploy-key -o StrictHostKeyChecking=no"
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
with: with: