Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: doc #99

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,14 @@ Each step requires manual trigger with environment selection (blue/green) to ens

## Required Configuration

###Environment Variables and Secrets
### Environment Variables and Secrets

To properly configure your GitHub repository, set up the following environment variables and secrets:

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

- `AWS_ACCESS_KEY_ID`
- `AWS_ACCESS_KEY`
- `AWS_SECRET_ACCESS_KEY`
- `ECR_REGISTRY`

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

- `ECR_REGISTRY`
- `AWS_ACCESS_KEY_ID`
- `AWS_ACCESS_KEY`
- `AWS_SECRET_ACCESS_KEY`