File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,14 @@ Each step requires manual trigger with environment selection (blue/green) to ens
93
93
94
94
## Required Configuration
95
95
96
- ###Environment Variables and Secrets
96
+ ### Environment Variables and Secrets
97
+
97
98
To properly configure your GitHub repository, set up the following environment variables and secrets:
98
99
99
100
1 . Add Repository Secrets
100
101
Navigate to GitHub Repository Settings → Secrets and add:
101
102
102
- - ` AWS_ACCESS_KEY_ID `
103
+ - ` AWS_ACCESS_KEY `
103
104
- ` AWS_SECRET_ACCESS_KEY `
104
105
- ` ECR_REGISTRY `
105
106
@@ -249,5 +250,5 @@ The `push-to-ecr.yaml` workflow automatically pushes images to Amazon ECR when c
249
250
Required secrets for ECR:
250
251
251
252
- ` ECR_REGISTRY `
252
- - ` AWS_ACCESS_KEY_ID `
253
+ - ` AWS_ACCESS_KEY `
253
254
- ` AWS_SECRET_ACCESS_KEY `
You can’t perform that action at this time.
0 commit comments