Skip to content

Commit 45a1f99

Browse files
authored
chore(ci): remove unneeded ssh private key argument (#214)
We currently have no private dependencies that require this. This was a very old necessity due to previously unreleased node code. Closes ENG-1797.
1 parent 90ae959 commit 45a1f99

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@ on:
88
jobs:
99
rust-base:
1010
uses: init4tech/actions/.github/workflows/rust-base.yml@main
11-
with:
12-
requires-private-deps: true
11+
with:
1312
install-foundry: true
14-
secrets:
15-
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)