Skip to content

Commit a35b3c2

Browse files
committed
Work CI-CD
- Fix sign client configuration.
1 parent b5c78da commit a35b3c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/SignClient.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"SignClient": {
33
"AzureAd": {
44
"AADInstance": "https://login.microsoftonline.com/",
5-
"ClientId": "6632f806-5a64-4bc6-87cf-b622b2ec62d3",
6-
"TenantId": "71048637-3782-41a3-b6b2-6f4ac8a25ae0"
5+
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8",
6+
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e"
77
},
88
"Service": {
9-
"Url": "https://codesign.novotny.org/",
10-
"ResourceId": "https://SignService/0263d4ba-331b-46d1-85e1-bee9898a65a6"
9+
"Url": "https://codesign.dotnetfoundation.org/",
10+
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)