codetalkio/Expose Tunnel
Easily create tunnels to access your GitHub Action workflows from public endpoints
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service | Which tunneling service to use | yes | — |
| port | The local port we are creating a tunnel to | yes | — |
| selfHostedEndpoint | No, unless `bore.selfhosted` was specified as the `service` | no | — |
| secret | Set a secret to be used for services that support it | no | — |
| fallback | Fallback strategy if the preferred `service` isn't available (e.g. self-hosted is down, fallback to managed service) | no | — |
| blocking | If the step should block and keep the job alive for the specified amount of time. This means you won't be able to use the output in later steps since the tunnel will be closing after the step. | no | — |
Outputs
| name | description |
|---|---|
| tunnel-url | The tunnel url that exposes the local service |