GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager
In this blog we will have a look at the workflow file file for Github Actions to extract secrets from secret manager. To retrieve secrets from AWS Secrets Manafer and use them in your Github Actions workflow, you can utilize the AWS CLI and the Github Actions ‘secrets’ context. name: Deploy to Productionon: push: branches: …
GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager Read More »