mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 14:22:05 +00:00
added ci env variables
This commit is contained in:
@@ -102,6 +102,22 @@ const initTestExplorer = async (): Promise<void> => {
|
||||
|
||||
console.log("token:" + token);
|
||||
console.log("db:" + databaseAccount);
|
||||
console.log(
|
||||
notebooksTestRunnerTenantId +
|
||||
"," +
|
||||
notebooksTestRunnerClientId +
|
||||
"," +
|
||||
notebooksTestRunnerClientSecret +
|
||||
"," +
|
||||
portalRunnerDatabaseAccount +
|
||||
"," +
|
||||
portalRunnerDatabaseAccountKey +
|
||||
"," +
|
||||
portalRunnerSubscripton +
|
||||
"," +
|
||||
portalRunnerResourceGroup
|
||||
);
|
||||
|
||||
const initTestExplorerContent = {
|
||||
type: MessageTypes.InitTestExplorer,
|
||||
inputs: {
|
||||
|
||||
Reference in New Issue
Block a user