From 18eba683cd0db82b51151bdde9f405524cc0e115 Mon Sep 17 00:00:00 2001 From: Swanny Date: Fri, 6 Dec 2024 16:18:40 -0500 Subject: [PATCH] fix: cd --- .github/workflows/ecr-cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ecr-cd.yml b/.github/workflows/ecr-cd.yml index ab74aa8..03af161 100644 --- a/.github/workflows/ecr-cd.yml +++ b/.github/workflows/ecr-cd.yml @@ -22,5 +22,4 @@ jobs: environment: dev secrets: aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }} - aws-eks-cluster: ${{ secrets.AWS_EKS_CLUSTER }} aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}