jmelick101/SSH tunnel via Tailscale
Connects a GitHub Action runner to your Tailnet for SSH debugging
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timeout | How long to keep the runner alive | yes | 6h |
| ssh_public_key | Your SSH public key | yes | — |
| ts_oauth_client_id | Tailscale OAuth client ID | yes | — |
| ts_oauth_secret | Tailscale OAuth client secret | yes | — |
| ts_tags | Tailscale tags for the CI node | no | tag:tunnel |
Outputs
| name | description |
|---|---|
| tailscale-ip | Tailscale IPv4 address of the runner node |