Skip to content

Commit

Permalink
fixup! Test ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Nov 22, 2023
1 parent 604b236 commit ebcfa17
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit ebcfa17

Please sign in to comment.