Skip to content

Commit af9d83c

Browse files
chore: one more time
1 parent 2d275e8 commit af9d83c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/search-api-composite/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ runs:
4747
python -m pip install -r cdk/requirements.txt
4848
npm install -g aws-cdk
4949
50-
5150
- name: Deploy to AWS
5251
shell: bash
5352
run: |
5453
cd cdk
54+
cdk cli-telemetry --disable
5555
cdk deploy --require-approval=never \
5656
--context vpc_id=${{ inputs.vpc-id }} \
5757
--context subnet_ids=${{ inputs.subnet-ids }} \

cdk/cdk.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
]
1616
},
1717
"context": {
18-
"cli-telemetry": false,
1918
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
2019
"@aws-cdk/core:checkSecretUsage": true,
2120
"@aws-cdk/core:target-partitions": [

0 commit comments

Comments
 (0)