update-flake-lock icon indicating copy to clipboard operation
update-flake-lock copied to clipboard

Update private flake input

Open felix-andreas opened this issue 3 years ago • 0 comments

Hi, I am trying to update a flake which has a private flake as input:

{
  inputs.private.url = "git+ssh://[email protected]/org/private";
}

Is there a possibility to use this action to update private flake inputs? I guess the runner would somehow need ssh access to the remote repository.

felix-andreas avatar Sep 25 '22 10:09 felix-andreas