diff --git a/.github/workflows/create-codespaces-prebuild.yml b/.github/workflows/create-codespaces-prebuild.yml index adbe0d463df..4ebac2c4daf 100644 --- a/.github/workflows/create-codespaces-prebuild.yml +++ b/.github/workflows/create-codespaces-prebuild.yml @@ -12,6 +12,7 @@ jobs: $splat = @{ ErrorAction = 'Stop' Uri = 'https://api.github.com/vscs_internal/user/vscode-triage-bot/codespaces/prebuild' + Method = 'POST' Headers = @{ 'Content-Type' = 'application/json; charset=utf-8' 'Authorization' = 'token ${{ secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT }}'