workflow: add SSH access to build step for git+ssh flake inputs
Some checks failed
Build and Deploy / deploy (push) Failing after 4m15s
Some checks failed
Build and Deploy / deploy (push) Failing after 4m15s
This commit is contained in:
@@ -6,6 +6,8 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: nix
|
||||
env:
|
||||
GIT_SSH_COMMAND: "ssh -i /run/agenix/ci-deploy-key -o StrictHostKeyChecking=no"
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user