From 8537a95280e1c98a2154ae05b956af5d6200454a Mon Sep 17 00:00:00 2001 From: Swanny Date: Sun, 8 Dec 2024 14:00:16 -0500 Subject: [PATCH] fix: use private deps --- .github/workflows/ecr-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ecr-cd.yml b/.github/workflows/ecr-cd.yml index 03af161..1611e98 100644 --- a/.github/workflows/ecr-cd.yml +++ b/.github/workflows/ecr-cd.yml @@ -20,6 +20,8 @@ jobs: with: rust-binary-name: zenith-builder-example environment: dev + requires-private-deps: true secrets: aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }} aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }} + SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}