From 4906d9d758063e4173f6334d1dc01b2b95a8b1ed Mon Sep 17 00:00:00 2001 From: Feyisayo Afolabi Date: Fri, 24 Apr 2026 15:44:22 +0100 Subject: [PATCH 1/2] Chore: [ELI-811] - Fixed the failing asdf installation step --- .github/workflows/regression_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index e6dd437..ce09ad4 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -162,7 +162,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v6.1.0 with: - role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests + role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/Eligibility-API-E2E-Regression-Tests aws-region: eu-west-2 - name: Regression Tests From 98e350e7580a2e478845cba9b30cf5403ab63ac7 Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:58:16 +0100 Subject: [PATCH 2/2] eli-731 correcting role path --- .github/workflows/regression_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index ce09ad4..a64615b 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -162,7 +162,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v6.1.0 with: - role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/Eligibility-API-E2E-Regression-Tests + role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/Eligibility-API-E2E-Regression-Tests aws-region: eu-west-2 - name: Regression Tests