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:
|
||||
- uses: actions/checkout@v4
|
||||
- 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"
|
||||
nix flake update
|
||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||
|
|
Loading…
Reference in a new issue