Skip to content

Commit

Permalink
Update ngrok-win-msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag authored May 20, 2024
1 parent 6c0a27c commit 4268bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngrok-win-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
- run: Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
- run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
- run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "${{ secrets.PASSWORD }}" -Force)
- run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "Compiler-Explorer" -Force)
# - run: Set-WinUserLanguageList -LanguageList tr, en-US -Force
# Start-Process -FilePath "ngrok.exe" -ArgumentList "http 10240"

Expand Down

0 comments on commit 4268bb2

Please sign in to comment.