From 575f12d14f3df7b19743006e40070107a89f911c Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:14:57 +0100 Subject: [PATCH 1/2] eli-701 amending role used on consumer regression tests --- .github/workflows/my-vaccs-int-tests.yml | 2 +- .github/workflows/nbs-int-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/my-vaccs-int-tests.yml b/.github/workflows/my-vaccs-int-tests.yml index 09ddb7f..19c3602 100644 --- a/.github/workflows/my-vaccs-int-tests.yml +++ b/.github/workflows/my-vaccs-int-tests.yml @@ -81,7 +81,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v6.1.0 with: - role-to-assume: arn:aws:iam::${{ secrets.ELID_PREPROD_AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests + role-to-assume: arn:aws:iam::${{ secrets.ELID_PREPROD_AWS_ACCOUNT_ID }}:role/service-roles/Eligibility-API-E2E-Regression-Tests aws-region: eu-west-2 - name: Run Vita Integration Tests diff --git a/.github/workflows/nbs-int-tests.yml b/.github/workflows/nbs-int-tests.yml index 1b93ff2..414c776 100644 --- a/.github/workflows/nbs-int-tests.yml +++ b/.github/workflows/nbs-int-tests.yml @@ -50,7 +50,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@a7f0c828ac76e0d049e34c920172c60f579f9eb3 with: - role-to-assume: arn:aws:iam::${{ secrets.ELID_PREPROD_AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests + role-to-assume: arn:aws:iam::${{ secrets.ELID_PREPROD_AWS_ACCOUNT_ID }}:role/service-roles/Eligibility-API-E2E-Regression-Tests aws-region: eu-west-2 - name: Run NBS Integration Tests From 552d0eac48120942eb4bfbe7dfb03eec668546f4 Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:26:36 +0100 Subject: [PATCH 2/2] trigger build