mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
switch pat for codespaces prebuild
This commit is contained in:
committed by
GitHub
parent
821e1e577d
commit
44d2a8d3de
@@ -11,11 +11,11 @@ jobs:
|
||||
run: |
|
||||
$splat = @{
|
||||
ErrorAction = 'Stop'
|
||||
Uri = 'https://api.github.com/vscs_internal/user/vscode-triage-bot/codespaces/prebuild'
|
||||
Uri = 'https://api.github.com/vscs_internal/user/TylerLeonhardt/codespaces/prebuild'
|
||||
Method = 'POST'
|
||||
Headers = @{
|
||||
'Content-Type' = 'application/json; charset=utf-8'
|
||||
'Authorization' = 'token ${{ secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT }}'
|
||||
'Authorization' = 'token ${{ secrets.CODESPACES_PREBUILD_PAT }}'
|
||||
}
|
||||
Body = @{
|
||||
ref = 'main'
|
||||
|
||||
Reference in New Issue
Block a user