mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
update aws creds
This commit is contained in:
parent
c6a83d1e63
commit
8b5cef21d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/closed_be_pr.yml
vendored
4
.github/workflows/closed_be_pr.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.CLIENT_DEV_AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.DATA_DEV_AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.CLIENT_DEV_AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.DATA_DEV_AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
- name: Remove staging artifacts
|
- name: Remove staging artifacts
|
||||||
run: aws s3 rm s3://justice40-data/data-pipeline-staging/ --exclude "*" --include "$(echo $PR_NUMBER)-*" --recursive
|
run: aws s3 rm s3://justice40-data/data-pipeline-staging/ --exclude "*" --include "$(echo $PR_NUMBER)-*" --recursive
|
||||||
|
|
Loading…
Add table
Reference in a new issue