Skip to content

Commit 0328ac3

Browse files
committed
Temp adding pword to appsettings.json
1 parent 7deac37 commit 0328ac3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/MessageQueueProcessor_deploy_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
sed -i -e 's|INSTRUMENTATION_KEY|${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }}|g' appsettings.json
8383
sed -i -e 's|BASE_URL|${{ vars.SETTINGS_BASE_URL }}|g' appsettings.json
8484
sed -i -e 's|API_KEY|${{ secrets.SETTINGS_API_KEY }}|g' appsettings.json
85-
sed -i -e 's|STUFF_STUFF|${{ secrets.SQL_ADMINISTRATOR_LOGIN_PASSWORD }}|g' appsettings.json
85+
sed -i -e 's|DB_PASS|${{ secrets.SQL_ADMINISTRATOR_LOGIN_PASSWORD }}|g' appsettings.json
8686
8787
- name: Build project
8888
run: dotnet build

LearningHub.Nhs.MessageQueueProcessor/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"Settings": {
66
"BaseUrl": "BASE_URL",
77
"ApiKey": "API_KEY",
8-
"Stuff": "STUFF_STUFF"
8+
"Stuff": "DB_PASS"
99
}
1010
}

0 commit comments

Comments
 (0)