Skip to content

Commit 9e9b679

Browse files
authored
Merge pull request #113 from NHSDigital/feature/terb-ELID-131-automated-deployment-networking-api
Feature/terb elid 131 automated deployment networking api
2 parents fd2b95a + 44c9fb2 commit 9e9b679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: "Configure AWS Credentials"
8787
uses: aws-actions/configure-aws-credentials@v4
8888
with:
89-
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-dev-deployment-role
89+
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
9090
aws-region: eu-west-2
9191

9292
- name: "Terraform Plan Stacks"

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: "Configure AWS Credentials"
9292
uses: aws-actions/configure-aws-credentials@v4
9393
with:
94-
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-dev-deployment-role
94+
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
9595
aws-region: eu-west-2
9696

9797
- name: "Terraform Apply"

0 commit comments

Comments
 (0)