From e07caa728700f2cfd79ba2f734d714ec4370b312 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Fri, 24 Nov 2023 15:06:43 +0000 Subject: [PATCH] Sync with infra repo updates --- .github/workflows/review_pipeline.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index e70054088..c243e89e5 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -21,27 +21,16 @@ defaults: jobs: infra: name: Deploy review app infrastructure - runs-on: ubuntu-latest - - steps: - - name: Checkout infrastructure code - uses: actions/checkout@v3 - with: - repository: communitiesuk/submit-social-housing-lettings-and-sales-data-infrastructure - ref: ReviewAppsDeploy - - infra2: - name: Create review app infra - needs: [infra] uses: communitiesuk/submit-social-housing-lettings-and-sales-data-infrastructure/.github/workflows/create_review_app_infra.yml@ReviewAppsDeploy with: key: ${{ github.event.pull_request.number }} + app_repo_role: arn:aws:iam::815624722760:role/core-application-repo permissions: id-token: write code: name: Deploy review app code - needs: [infra2] + needs: [infra] uses: ./.github/workflows/aws_deploy.yml with: aws_account_id: 837698168072