From cca50a46e321387693b05fbe2ffc1395c554c643 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 20 Jul 2024 00:06:40 +0200 Subject: [PATCH] test ssh_key --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 21e1c52..ff056d4 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -5,10 +5,10 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - cat < $PWD/.ssh/id_rsa + cat < $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