Skip to content

Commit

Permalink
VACMS-15202: Adding AWS credentials, and s3 cp command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser committed Nov 3, 2023
1 parent 51355d0 commit 96a37d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/income-limits-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ jobs:
java-version: '8'

- run: java -version

- 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

- run: | #copies the test script from s3 where it already exists.
aws s3 cp s3://dsva-vagov-staging-config-bucket/cms-test/ConnectionTest.jar . --region us-gov-west-1

0 comments on commit 96a37d9

Please sign in to comment.