From c1586204fc979252d2949f2b8716fe0ab673accd Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Thu, 31 Oct 2024 18:34:22 -0800 Subject: [PATCH] delete CLOUDFORMATION_ROLE_ARN from deploy-cdk-sandbox.yml --- .github/workflows/deploy-cdk-sandbox.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-cdk-sandbox.yml b/.github/workflows/deploy-cdk-sandbox.yml index f23742b86..a1e3ca2ac 100644 --- a/.github/workflows/deploy-cdk-sandbox.yml +++ b/.github/workflows/deploy-cdk-sandbox.yml @@ -66,7 +66,6 @@ jobs: VPC_ID: ${{ secrets.VPC_ID }} SUBNET_IDS: ${{ secrets.SUBNET_IDS }} SECRET_ARN: ${{ secrets.SECRET_ARN }} - CLOUDFORMATION_ROLE_ARN: ${{ secrets.CLOUDFORMATION_ROLE_ARN }} DEFAULT_CREDITS_PER_USER: ${{ matrix.default_credits_per_user }} DEFAULT_APPLICATION_STATUS: ${{ matrix.default_application_status }} COST_PROFILE: ${{ matrix.cost_profile }}