diff --git a/.circleci/config.yml b/.circleci/config.yml index cf08c7e..e3ab747 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,8 @@ jobs: - run: name: Configure AWS credentials command: | - aws configure --profile test set aws_access_key_id $ACME_AWS_ACCESS_KEY_ID - aws configure --profile test set aws_secret_access_key $ACME_AWS_SECRET_ACCESS_KEY + aws configure --profile test set aws_access_key_id $ACME2_AWS_ACCESS_KEY_ID + aws configure --profile test set aws_secret_access_key $ACME2_AWS_SECRET_ACCESS_KEY aws configure --profile test set region $REGION - run: diff --git a/README.md b/README.md index 452c1d6..74f48db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Maintained by Bridgecrew.io](https://img.shields.io/badge/maintained%20by-bridgecrew.io-blueviolet)](https://bridgecrew.io) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/bridgecrewio/aws-route53-backup-restore.svg?label=latest)](https://github.com/bridgecrewio/aws-route53-backup-restore/releases/latest) +[![CircleCI](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore.svg?style=svg)](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore) + # Setup Route53 Backup Amazon Route53 is a managed DNS web service. Route53 is often a mission critical asset in the organization.