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