Skip to content

Commit 39e65e4

Browse files
authored
fix the cdk deployment (#24)
1 parent 4220c04 commit 39e65e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Deploy using CDK
5555
run: |
5656
cd cdk
57+
export AWS_ACCESS_KEY_ID="test"
58+
export AWS_SECRET_ACCESS_KEY="test"
59+
export AWS_DEFAULT_REGION="us-east-1"
5760
cdklocal bootstrap
5861
cd ..
5962
AWS_CMD=awslocal CDK_CMD=cdklocal bash ./bin/deploy_cdk.sh

0 commit comments

Comments
 (0)