We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed2063 commit 8d9f6beCopy full SHA for 8d9f6be
1 file changed
.github/workflows/nbs-int-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Configure AWS Credentials
52
uses: aws-actions/configure-aws-credentials@a7f0c828ac76e0d049e34c920172c60f579f9eb3
53
with:
54
- role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests
+ role-to-assume: arn:aws:iam::${{ secrets.ELID_PREPROD_AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests
55
aws-region: eu-west-2
56
57
- name: Run NBS Integration Tests
0 commit comments