Skip to content

Commit c9a812e

Browse files
authored
fix: use private deps (#26)
1 parent a1228b7 commit c9a812e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ecr-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
rust-binary-name: zenith-builder-example
2222
environment: dev
23+
requires-private-deps: true
2324
secrets:
2425
aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }}
2526
aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}
27+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)