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