Skip to content

Commit

Permalink
configure aws credential for Datadog API_key paramater lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
teeshe committed Oct 18, 2023
1 parent f7fed1a commit e6e6bd0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/content-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6e6bd0

Please sign in to comment.