mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
update telemetry.yml to use the default secrets.GITHUB_TOKEN (#224511)
This commit is contained in:
2
.github/workflows/telemetry.yml
vendored
2
.github/workflows/telemetry.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user