Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 15, 2024
1 parent 6362da1 commit d51f69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/window-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d51f69a

Please sign in to comment.