We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a6cbe + d3ff5bf commit 1434b59Copy full SHA for 1434b59
.github/workflows/terraform-dev-to-main-ci.yml
@@ -77,12 +77,16 @@ jobs:
77
needs: ['terraform_process']
78
if: github.ref == 'refs/heads/main'
79
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
80
+ secrets:
81
+ AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
82
83
run_main_repo_deploy_ui:
84
name: Deploy UI on NDR Functional Repo
85
86
87
uses: nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@main
88
89
90
91
92
0 commit comments