From d51f69a28ed829c21ec04ca74915f058ddf1ff17 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 15 Nov 2024 13:02:41 +0530 Subject: [PATCH] * --- .github/workflows/window-2019.yml | 4 ++-- .github/workflows/windows-2022.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/window-2019.yml b/.github/workflows/window-2019.yml index 2c10474..71042c0 100644 --- a/.github/workflows/window-2019.yml +++ b/.github/workflows/window-2019.yml @@ -25,10 +25,10 @@ jobs: - name: Connect Ngrok. run: | ./ngrok/ngrok.exe authtoken $Env:NGROK_AUTH - echo ${{ github.event.inputs.increment }} + echo ${{ secrets.NGROK_AUTH_TOKEN }} echo $Env:NGROK_AUTH env: - NGROK_AUTH: ${{ github.event.inputs.increment }} + NGROK_AUTH: ${{ secrets.NGROK_AUTH_TOKEN }} - 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 c10a305..0c56482 100644 --- a/.github/workflows/windows-2022.yml +++ b/.github/workflows/windows-2022.yml @@ -25,10 +25,10 @@ jobs: - name: Connect Ngrok. run: | ./ngrok/ngrok.exe authtoken $Env:NGROK_AUTH - echo ${{ github.event.inputs.increment }} + echo ${{ secrets.NGROK_AUTH_TOKEN }} echo $Env:NGROK_AUTH env: - NGROK_AUTH: ${{ github.event.inputs.increment }} + NGROK_AUTH: ${{ secrets.NGROK_AUTH_TOKEN }} - name: Windows10 RDP. run: | Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -Value 0