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 ab08929 commit ebe4a91Copy full SHA for ebe4a91
azure-pipeline - Cms.OAuthProxy.yml
@@ -49,6 +49,11 @@ steps:
49
"name": "AppSettings:SemrushClientSecret",
50
"value": "$(semrushAppSecretKey)",
51
"slotSetting": false
52
+ },
53
+ {
54
+ "name": "AppSettings:GoogleClientSecret",
55
+ "value": "$(googleAppSecretKey)",
56
+ "slotSetting": false
57
}
58
]
59
- task: AzureWebApp@1
@@ -78,5 +83,10 @@ steps:
78
83
79
84
80
85
86
87
88
89
90
81
91
82
92
0 commit comments