mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Use the standard github token in places where we don't need to recursively trigger automations.
This commit is contained in:
1
.github/workflows/new-release.yml
vendored
1
.github/workflows/new-release.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
- name: Run New Release
|
||||
uses: ./new-release
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
label: new release
|
||||
labelColor: "006b75"
|
||||
labelDescription: Issues found in a recent release of VS Code
|
||||
|
||||
Reference in New Issue
Block a user