We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94d159 commit d444978Copy full SHA for d444978
.github/workflows/rust-ci.yml
@@ -9,3 +9,8 @@ on:
9
jobs:
10
rust-base:
11
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