We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578ffd0 commit 3ff9715Copy full SHA for 3ff9715
.github/workflows/cloudpod_release.yml
@@ -59,6 +59,11 @@ jobs:
59
60
- name: Deploy infrastructure
61
working-directory: deployments/cdk
62
+ env:
63
+ AWS_DEFAULT_REGION: us-east-1
64
+ AWS_REGION: us-east-1
65
+ AWS_ACCESS_KEY_ID: test
66
+ AWS_SECRET_ACCESS_KEY: test
67
run: |
68
cdklocal bootstrap && cdklocal deploy --require-approval never
69
.github/workflows/integration-test.yml
@@ -72,6 +72,11 @@ jobs:
72
73
74
75
76
77
78
79
80
81
82
0 commit comments