Skip to content

Commit 1434b59

Browse files
Merge branch 'main' into PRMP-1420
2 parents b5a6cbe + d3ff5bf commit 1434b59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,16 @@ jobs:
7777
needs: ['terraform_process']
7878
if: github.ref == 'refs/heads/main'
7979
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
80+
secrets:
81+
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
8082

8183
run_main_repo_deploy_ui:
8284
name: Deploy UI on NDR Functional Repo
8385
needs: ['terraform_process']
8486
if: github.ref == 'refs/heads/main'
8587
uses: nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@main
88+
secrets:
89+
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
8690

8791

8892

0 commit comments

Comments
 (0)