From 5d10f947194923903316eb01fe825aebc0ad2685 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 15 Nov 2024 13:08:07 +0530 Subject: [PATCH] TAKEN --- .github/workflows/window-2019.yml | 14 +++++--------- .github/workflows/windows-2022.yml | 13 ++++--------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/.github/workflows/window-2019.yml b/.github/workflows/window-2019.yml index 71042c0..9a19f7a 100644 --- a/.github/workflows/window-2019.yml +++ b/.github/workflows/window-2019.yml @@ -1,12 +1,8 @@ name: WINDOWS 2019 RDP + on: - workflow_dispatch: - inputs: - increment: - type: string - description: "Enter Your NGROK TOKEN" - required: true - default: "" + workflow_dispatch + jobs: build: runs-on: windows-2019 @@ -25,10 +21,10 @@ jobs: - name: Connect Ngrok. run: | ./ngrok/ngrok.exe authtoken $Env:NGROK_AUTH - echo ${{ secrets.NGROK_AUTH_TOKEN }} + echo ${{ secrets.TAKEN }} echo $Env:NGROK_AUTH env: - NGROK_AUTH: ${{ secrets.NGROK_AUTH_TOKEN }} + NGROK_AUTH: ${{ secrets.TAKEN }} - name: Windows10 RDP. run: | Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -Value 0 diff --git a/.github/workflows/windows-2022.yml b/.github/workflows/windows-2022.yml index 0c56482..efc0161 100644 --- a/.github/workflows/windows-2022.yml +++ b/.github/workflows/windows-2022.yml @@ -1,12 +1,7 @@ name: WINDOWS 2022 RDP on: - workflow_dispatch: - inputs: - increment: - type: string - description: "Enter Your NGROK TOKEN" - required: true - default: "" + workflow_dispatch + jobs: build: runs-on: windows-2022 @@ -25,10 +20,10 @@ jobs: - name: Connect Ngrok. run: | ./ngrok/ngrok.exe authtoken $Env:NGROK_AUTH - echo ${{ secrets.NGROK_AUTH_TOKEN }} + echo ${{ secrets.TAKEN }} echo $Env:NGROK_AUTH env: - NGROK_AUTH: ${{ secrets.NGROK_AUTH_TOKEN }} + NGROK_AUTH: ${{ secrets.TAKEN }} - name: Windows10 RDP. run: | Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -Value 0