Skip to content

Commit 5e30a95

Browse files
committed
Update azure-pipeline - Cms.OAuthProxy.yml for Azure Pipelines
Add HubSpot Forms secret key to variables list.
1 parent c318c24 commit 5e30a95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipeline - Cms.OAuthProxy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ steps:
4040
"value": "$(hubSpotAppSecretKey)",
4141
"slotSetting": false
4242
},
43+
{
44+
"name": "AppSettings:HubspotFormsClientSecret",
45+
"value": "$(hubSpotFormsAppSecretKey)",
46+
"slotSetting": false
47+
},
4348
{
4449
"name": "AppSettings:SemrushClientSecret",
4550
"value": "$(semrushAppSecretKey)",
@@ -64,6 +69,11 @@ steps:
6469
"value": "$(hubSpotAppSecretKey)",
6570
"slotSetting": false
6671
},
72+
{
73+
"name": "AppSettings:HubspotFormsClientSecret",
74+
"value": "$(hubSpotFormsAppSecretKey)",
75+
"slotSetting": false
76+
},
6777
{
6878
"name": "AppSettings:SemrushClientSecret",
6979
"value": "$(semrushAppSecretKey)",

0 commit comments

Comments
 (0)