Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 797 Bytes

github_actions_secret_keys.md

File metadata and controls

18 lines (10 loc) · 797 Bytes

Creating Secret Keys for GitHub Actions

  1. Go to GitHub -> this project cloned -> Settings -> Secrets and variables -> actions -> New repository secret

image

Figure 1. GitHub secrets required

  1. You need to create the following secrete keys: AWS_ACCESS_KEY_ID, AWS_ACCOUNT_ID, AWS_SECRET_ACCESS_KEY, QDRANT_API_KEY, QDRANT_URL

image

Figure 2. Creating a new secret

  1. Click Add secret
  2. Congratulations! Now you can deploy this application to AWS ECS