Skip to content

Commit

Permalink
fix: or-2583 change aws configure credentials in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 22, 2025
1 parent 3c694aa commit 77dd505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID_IK4 }}
aws-secret-access-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY_IK4 }}
aws-region: ${{ secrets.VBR_AWS_REGION }}

- name: Show AWS CLI version
Expand Down

0 comments on commit 77dd505

Please sign in to comment.