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.
1 parent c318c24 commit 5e30a95Copy full SHA for 5e30a95
azure-pipeline - Cms.OAuthProxy.yml
@@ -40,6 +40,11 @@ steps:
40
"value": "$(hubSpotAppSecretKey)",
41
"slotSetting": false
42
},
43
+ {
44
+ "name": "AppSettings:HubspotFormsClientSecret",
45
+ "value": "$(hubSpotFormsAppSecretKey)",
46
+ "slotSetting": false
47
+ },
48
{
49
"name": "AppSettings:SemrushClientSecret",
50
"value": "$(semrushAppSecretKey)",
@@ -64,6 +69,11 @@ steps:
64
69
65
70
66
71
72
73
74
75
76
67
77
68
78
79
0 commit comments