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