update telemetry.yml to use the default secrets.GITHUB_TOKEN (#224511)

This commit is contained in:
Bhavya U
2024-08-01 12:48:54 -07:00
committed by GitHub
parent deecca18e3
commit 160c2a11ad

View File

@@ -16,4 +16,4 @@ jobs:
- name: 'Run vscode-telemetry-extractor'
run: 'npx --package=@vscode/telemetry-extractor --yes vscode-telemetry-extractor -s .'
env:
GITHUB_TOKEN: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}