test ssh_key
This commit is contained in:
parent
5d7789fa5c
commit
8bb987b9bb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
cat ${{ secrets.SSH_KEY }} > $PWD/.ssh/id_rsa
|
||||
echo ${{ secrets.SSH_KEY }} > $PWD/.ssh/id_rsa
|
||||
export NIX_SSHOPTS="-i $PWD/.ssh/id_rsa"
|
||||
nix flake update
|
||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||
|
|
Loading…
Reference in a new issue