From ebcfa17ab70146e3596c11003d6e1f4833408be3 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Wed, 22 Nov 2023 14:21:31 +0100 Subject: [PATCH] fixup! Test ngrok --- .github/workflows/ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d9cf4..db4cd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,16 +246,11 @@ jobs: with: persist-credentials: false - - name: Start SSH via ngrok - uses: rdp-studio/ssh2actions@main + - uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master with: - mode: ngrok - env: - # After sign up on the https://ngrok.com - # You can find this token here: https://dashboard.ngrok.com/auth/your-authtoken - NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }} - NGROK_REGION: eu - SSH_PASSWORD: foobar + ngrok-token: ${{ secrets.NGROK_TOKEN }} + password: "foobar" # You can also put the password in secrets as you wish. + foreground: false - name: Test uses: ./