Skip to content

Commit bd08620

Browse files
authored
Update ci.yml
1 parent 04b8f08 commit bd08620

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
echo "Startup complete"
5959
6060
- name: Deploy using CDK
61+
env:
62+
AWS_DEFAULT_REGION: us-east-1
63+
AWS_REGION: us-east-1
64+
AWS_ACCESS_KEY_ID: test
65+
AWS_SECRET_ACCESS_KEY: test
6166
run: |
6267
cdklocal bootstrap aws://000000000000/us-east-1
6368
cdklocal deploy --require-approval never

0 commit comments

Comments
 (0)