Skip to content

Commit

Permalink
Update aws auth version
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Aug 17, 2023
1 parent 95bb427 commit fbecd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pudl-s3-logs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
credentials_json: "${{ secrets.PUDL_S3_LOGS_SYNC_SA_KEY }}"

- name: Set up AWS CLI
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.PUDL_S3_LOGS_SYNC_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PUDL_S3_LOGS_SYNC_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit fbecd8c

Please sign in to comment.