From 945ce9037b678447f0a3322a1ba669856d0b9468 Mon Sep 17 00:00:00 2001 From: xiaoxu qi Date: Tue, 26 May 2020 17:44:39 +0800 Subject: [PATCH] enable trenton package in prod (#9582) Co-authored-by: Xiaoxu Qi --- .azure-pipelines/SDKAutomation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/SDKAutomation.yml b/.azure-pipelines/SDKAutomation.yml index 6e481cdb9139..4ffe19244ebd 100644 --- a/.azure-pipelines/SDKAutomation.yml +++ b/.azure-pipelines/SDKAutomation.yml @@ -69,6 +69,7 @@ jobs: -e SPEC_REPO \ -e PR_NUMBER \ -e SDK_REPO_NAME \ + -e AZURE_DEVOPS_EXT_PAT \ sdk-automation:latest npm start env: BLOB_STORAGE_NAME: $(blob-storage-name) @@ -76,4 +77,6 @@ jobs: GITHUB_COMMENT_AUTHOR_NAME: $(github-comment-author-name) GITHUBAPP_ID: $(githubapp-id) GITHUBAPP_PRIVATE_KEY: $(githubapp-private-key) + AZURE_DEVOPS_EXT_PAT: $(azure-devops-ext-pat) + BUILD_ID: $(Build.BuildId) displayName: SDK Automation