Skip to content

Commit 2d275e8

Browse files
chore: try to set opt-out of cdk telemetry (again)
1 parent 6506ae8 commit 2d275e8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ runs:
4747
python -m pip install -r cdk/requirements.txt
4848
npm install -g aws-cdk
4949
50-
- name: Set CDK Environment Variables
51-
shell: bash
52-
run: |
53-
echo "CDK_DISABLE_CLI_TELEMETRY=true" >> $GITHUB_ENV
54-
50+
5551
- name: Deploy to AWS
5652
shell: bash
5753
run: |

cdk/cdk.json

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

0 commit comments

Comments
 (0)