diff --git a/.github/workflows/deploy-will.yml b/.github/workflows/deploy-will.yml index 8ab5934f7..7c21b1729 100644 --- a/.github/workflows/deploy-will.yml +++ b/.github/workflows/deploy-will.yml @@ -17,6 +17,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Configure AWS credentials from Test account + uses: aws-actions/configure-aws-credentials@v3 + with: + role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/GitHub_Actions_Role + aws-region: us-east-1 + - name: build uses: ./.github/workflows/search-ui-deploy-composite with: