From a09f615ad705f6e59cffc9c192785470f89cebc2 Mon Sep 17 00:00:00 2001 From: Nicolas Bareil Date: Fri, 26 Jul 2024 08:49:48 +0200 Subject: [PATCH] Update nix_shell_bundle.yml --- .github/workflows/nix_shell_bundle.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/nix_shell_bundle.yml b/.github/workflows/nix_shell_bundle.yml index d880bb9..f3ec49b 100644 --- a/.github/workflows/nix_shell_bundle.yml +++ b/.github/workflows/nix_shell_bundle.yml @@ -19,20 +19,6 @@ jobs: fi - uses: cachix/install-nix-action@v27 - - name: "Install the deploy key" - env: - DEPLOY_KEY: "${{ secrets.DEPLOY_KEY }}" - run: | - mkdir -p ~/.ssh - ssh_agent_vars=$(ssh-agent -s) - eval "$ssh_agent_vars" - echo "$ssh_agent_vars" | fgrep '=' | cut -d';' -f1 >> "$GITHUB_ENV" - echo "$DEPLOY_KEY" | ssh-add - - - ssh-keyscan github.cert.corp >> ~/.ssh/known_hosts - cat ~/.ssh/known_hosts | sort -u > ~/.ssh/known_hosts.new - mv ~/.ssh/known_hosts.new ~/.ssh/known_hosts - - name: "Build nix-shell derivation" run: nix-build shell.nix - name: "Export closure"