Skip to content

Commit

Permalink
Try a different AWS access key
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Aug 17, 2023
1 parent fbecd8c commit 17dff21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pudl-s3-logs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Set up AWS CLI
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 }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-region: us-west-2

- name: Set up Cloud SDK
Expand Down

0 comments on commit 17dff21

Please sign in to comment.