From e6e6bd096a93d3be2e6744bfd0713ee943d8b1f6 Mon Sep 17 00:00:00 2001 From: Tolase Akinwale Date: Wed, 18 Oct 2023 16:44:04 -0500 Subject: [PATCH] configure aws credential for Datadog API_key paramater lookup --- .github/workflows/content-release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/content-release.yml b/.github/workflows/content-release.yml index 54ccb76398..751e4bfe57 100644 --- a/.github/workflows/content-release.yml +++ b/.github/workflows/content-release.yml @@ -487,6 +487,16 @@ jobs: - deploy steps: + - name: Checkout + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: us-gov-west-1 + - name: Get Datadog token from Parameter Store uses: department-of-veterans-affairs/action-inject-ssm-secrets@d8e6de3bde4dd728c9d732baef58b3c854b8c4bb # latest with: