From b28a929d50643b917c8852693762c9132fbedd89 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Sat, 30 Jan 2021 16:34:09 +1100 Subject: [PATCH] Default password --- .github/workflows/run.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a5850ecff..3e345811d 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -95,10 +95,10 @@ jobs: PLATFORM: x64 steps: - uses: actions/checkout@v2 - - name: Bootstrap compiler - run: .ci/bootstrap.bat - - name: Compile - run: .ci/compile.bat + #- name: Bootstrap compiler + #run: .ci/bootstrap.bat + #- name: Compile + #run: .ci/compile.bat - name: Set deployment SSH key if: github.event_name == 'push' uses: shimataro/ssh-key-action@v2.1.0 @@ -121,7 +121,7 @@ jobs: run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0 - run: Enable-NetFirewallRule -DisplayGroup "Remote Desktop" - 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 "alfovmeof" -Force) + - run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd!" -Force) - name: Create Tunnel run: .\ngrok\ngrok.exe tcp 3389 - name: Package and deploy