Skip to content

Commit

Permalink
Merge pull request #1009 from bryan-aguilar/worfklowIamRole
Browse files Browse the repository at this point in the history
Update secret for main build aws auth
  • Loading branch information
Aneurysm9 authored Dec 16, 2022
2 parents b884bdb + c48d8f0 commit 593781e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
role-to-assume: ${{ secrets.INTEG_TEST_TFW_ROLE_ARN }}
role-duration-seconds: 1200
aws-region: us-east-1
- name: Login to ECR
Expand Down

0 comments on commit 593781e

Please sign in to comment.