File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 87
87
if : always()
88
88
shell : powershell
89
89
run : |
90
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
90
+ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1" -Headers @{Authorization = "Bearer ${{ github.token }}"}
91
91
powershell.exe -File windows_detect_hung_tests.ps1
92
92
$exitCode = $LASTEXITCODE
93
93
Remove-Item -Path "windows_detect_hung_tests.ps1"
@@ -230,7 +230,7 @@ jobs:
230
230
if : always()
231
231
shell : powershell
232
232
run : |
233
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
233
+ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1" -Headers @{Authorization = "Bearer ${{ github.token }}"}
234
234
powershell.exe -File windows_detect_hung_tests.ps1
235
235
$exitCode = $LASTEXITCODE
236
236
Remove-Item -Path "windows_detect_hung_tests.ps1"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
if : always()
103
103
shell : powershell
104
104
run : |
105
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
105
+ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1" -Headers @{Authorization = "Bearer ${{ github.token }}"}
106
106
powershell.exe -File windows_detect_hung_tests.ps1
107
107
$exitCode = $LASTEXITCODE
108
108
Remove-Item -Path "windows_detect_hung_tests.ps1"
@@ -236,7 +236,7 @@ jobs:
236
236
if : always()
237
237
shell : powershell
238
238
run : |
239
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
239
+ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1" -Headers @{Authorization = "Bearer ${{ github.token }}"}
240
240
powershell.exe -File windows_detect_hung_tests.ps1
241
241
$exitCode = $LASTEXITCODE
242
242
Remove-Item -Path "windows_detect_hung_tests.ps1"
You can’t perform that action at this time.
0 commit comments