Skip to content

Commit ebe4a91

Browse files
committed
Update azure-pipeline - Cms.OAuthProxy.yml for Azure Pipelines
1 parent ab08929 commit ebe4a91

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
@@ -49,6 +49,11 @@ steps:
4949
"name": "AppSettings:SemrushClientSecret",
5050
"value": "$(semrushAppSecretKey)",
5151
"slotSetting": false
52+
},
53+
{
54+
"name": "AppSettings:GoogleClientSecret",
55+
"value": "$(googleAppSecretKey)",
56+
"slotSetting": false
5257
}
5358
]
5459
- task: AzureWebApp@1
@@ -78,5 +83,10 @@ steps:
7883
"name": "AppSettings:SemrushClientSecret",
7984
"value": "$(semrushAppSecretKey)",
8085
"slotSetting": false
86+
},
87+
{
88+
"name": "AppSettings:GoogleClientSecret",
89+
"value": "$(googleAppSecretKey)",
90+
"slotSetting": false
8191
}
8292
]

0 commit comments

Comments
 (0)