Skip to content

Commit f3f4517

Browse files
PYIC-7872: Revert PYIC-7872 specific code
1 parent f9df0ff commit f3f4517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/secure-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

deploy/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)