From 7eb27c588fcba8e6e4cc130f67ae8ba75dd12048 Mon Sep 17 00:00:00 2001 From: evalir Date: Wed, 4 Feb 2026 15:37:58 +0100 Subject: [PATCH] chore(ci): remove unneeded ssh private key argument We currently have no private dependencies that require this. This was a very old necessity due to previously unreleased node code. Closes ENG-1797. --- .github/workflows/rust-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 35c70986..2665cf6d 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -8,8 +8,5 @@ on: jobs: rust-base: uses: init4tech/actions/.github/workflows/rust-base.yml@main - with: - requires-private-deps: true + with: install-foundry: true - secrets: - SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file