diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index cfc79f9f3..0807d7cf3 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -58,10 +58,17 @@ jobs: exists: ${{ steps.check.outputs.exists }} steps: - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v4 + with: + aws-region: eu-west-2 + role-to-assume: arn:aws:iam::815624722760:role/core-application-repo + + - name: Configure AWS credentials for review environment uses: aws-actions/configure-aws-credentials@v4 with: aws-region: eu-west-2 role-to-assume: arn:aws:iam::837698168072:role/core-dev-deployment + role-chaining: true - name: Check if ECS service exists id: check