File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 build-test-images-if-needed :
4040 needs : check-if-api-tests-changed
4141 if : ${{ needs.check-if-api-tests-changed.outputs.api-tests-changed == 'true' }}
42- uses : govuk-one-login/ipv-core-back/.github/workflows/secure-pipeline-api-tests-image.yml@pyic-7872
42+ uses : govuk-one-login/ipv-core-back/.github/workflows/secure-pipeline-api-tests-image.yml@main
4343 with :
4444 environment : ${{ github.event_name == 'workflow_dispatch' && 'dev01' || 'build' }}
4545 secrets : inherit # pragma: allowlist secret
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Globals:
1515 Environment :
1616 Variables :
1717 ENVIRONMENT : !Sub "${Environment}"
18- CONFIG_SOURCE : " app-config "
18+ CONFIG_SOURCE : " ssm "
1919 APP_CONFIG_ID : !Sub "core-back-${Environment}"
2020 APP_CONFIG_ENVIRONMENT_ID : !Sub "core-back-${Environment}"
2121 APP_CONFIG_PROFILE_ID : !Sub "core-back-${Environment}"
You can’t perform that action at this time.
0 commit comments