Skip to content

Commit d444978

Browse files
authored
feat: use ssh deploy key to fetch deps from signet-node (#18)
1 parent e94d159 commit d444978

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ on:
99
jobs:
1010
rust-base:
1111
uses: init4tech/actions/.github/workflows/rust-base.yml@main
12+
with:
13+
requires-private-deps: true
14+
secrets:
15+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
16+

0 commit comments

Comments
 (0)