Skip to content

Commit 1532010

Browse files
authored
Update the triage flow (microsoft#186656)
1 parent ec42f2a commit 1532010

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deep-classifier-runner.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
with:
4848
configPath: classifier
4949
allowLabels: "info-needed|new release|error-telemetry|*english-please|translation-required"
50-
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
51-
manifestDbConnectionString: ${{secrets.MANIFEST_DB_CONNECTION_STRING}}
50+
tenantId: ${{secrets.TOOLS_TENANT_ID}}
51+
clientId: ${{secrets.TOOLS_CLIENT_ID}}
52+
clientSecret: ${{secrets.TOOLS_CLIENT_SECRET}}
53+
clientScope: ${{secrets.TOOLS_CLIENT_SCOPE}}
5254
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}

0 commit comments

Comments
 (0)