Skip to content

Commit 22ee4cd

Browse files
authored
Allow telemetry action to run again (microsoft#172475)
1 parent 234bb7e commit 22ee4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/telemetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515

1616
- name: 'Run vscode-telemetry-extractor'
1717
run: 'npx --package=@vscode/telemetry-extractor --yes vscode-telemetry-extractor -s .'
18-
with:
18+
env:
1919
GITHUB_TOKEN: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}

0 commit comments

Comments
 (0)