Skip to content

Commit d3ff5bf

Browse files
authored
PRMP-1421 Workflow credentials fix (#230)
* [PRMP-1421] add secret
1 parent 01756ac commit d3ff5bf

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)