Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
activity

GitHub Action

cf-tunnel

v0.0.3

cf-tunnel

activity

cf-tunnel

Run establish a cloudflare tunnel

Installation

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

              

- name: cf-tunnel

uses: vmactions/cf-tunnel@v0.0.3

Learn more about this action in vmactions/cf-tunnel

Choose a version

Run establish a cf tunnel

Sample: test.yml

name: Test

on: [push]

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