diff --git a/.github/workflows/pr-microservice-test.yml b/.github/workflows/pr-microservice-test.yml index d0a56cdacf..5766dd8a96 100644 --- a/.github/workflows/pr-microservice-test.yml +++ b/.github/workflows/pr-microservice-test.yml @@ -41,6 +41,13 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Get AWS Credentials + uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 + if: ${{ contains(matrix.service, 'bedrock') }} + with: + role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }} + aws-region: us-east-1 + - name: Run microservice test env: HF_TOKEN: ${{ secrets.HF_TOKEN }}