by this action,you can connect to github server what run windows,macos,linux.
auth token from ngrok
set account`s login password
the port you want to use
example:
linux ssh: 22
windows remote desktop: 3389
your connection link
- name: Start Service via Ngrok
uses: elanworld/[email protected]
with:
ngrok_token : ${{ secrets.NGROK_TOKEN }}
user_passwd : ${{ secrets.USER_PASS }}