Skip to content

Commit 006e6b4

Browse files
committed
docs: rename AWS_ACCESS_KEY_ID -> AWS_ACCESS_KEY
1 parent 5433edd commit 006e6b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,14 @@ Each step requires manual trigger with environment selection (blue/green) to ens
9393

9494
## Required Configuration
9595

96-
###Environment Variables and Secrets
96+
### Environment Variables and Secrets
97+
9798
To properly configure your GitHub repository, set up the following environment variables and secrets:
9899

99100
1. Add Repository Secrets
100101
Navigate to GitHub Repository Settings → Secrets and add:
101102

102-
- `AWS_ACCESS_KEY_ID`
103+
- `AWS_ACCESS_KEY`
103104
- `AWS_SECRET_ACCESS_KEY`
104105
- `ECR_REGISTRY`
105106

@@ -249,5 +250,5 @@ The `push-to-ecr.yaml` workflow automatically pushes images to Amazon ECR when c
249250
Required secrets for ECR:
250251

251252
- `ECR_REGISTRY`
252-
- `AWS_ACCESS_KEY_ID`
253+
- `AWS_ACCESS_KEY`
253254
- `AWS_SECRET_ACCESS_KEY`

0 commit comments

Comments
 (0)