Skip to content
activity

GitHub Action

ngrok-tunnel

v0.0.2 Latest version

ngrok-tunnel

activity

ngrok-tunnel

Run establish a ngrok tunnel

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ngrok-tunnel

uses: vmactions/ngrok-tunnel@v0.0.2

Learn more about this action in vmactions/ngrok-tunnel

Choose a version

Run establish a ngrok tunnel

Sample: test.yml

name: Test

on: [push]

jobs:
  testsolaris:
    runs-on: macos-latest
    name: Test a ngrok tunnel
    env:
      NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
    steps:
    - uses: actions/checkout@v2
    - name: Run establish a ngrok tunnel
      id: test
      uses: vmactions/ngrok-tunnel@v0.0.1
      with:
        protocol: tcp
        port: 22