We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec42f2a commit 1532010Copy full SHA for 1532010
.github/workflows/deep-classifier-runner.yml
@@ -47,6 +47,8 @@ jobs:
47
with:
48
configPath: classifier
49
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}}
+ tenantId: ${{secrets.TOOLS_TENANT_ID}}
+ clientId: ${{secrets.TOOLS_CLIENT_ID}}
52
+ clientSecret: ${{secrets.TOOLS_CLIENT_SECRET}}
53
+ clientScope: ${{secrets.TOOLS_CLIENT_SCOPE}}
54
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
0 commit comments