jaxxstorm/Action Setup Tailscale

Connect your GitHub Action workflow to Tailscale

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
authkeyYour Tailscale authentication key, from the admin panel.no
oauth-client-idYour Tailscale OAuth Client ID.no
oauth-secretYour Tailscale OAuth Client Secret.no
tagsComma separated list of Tags to be applied to nodes. The OAuth client must have permission to apply these tags.no
versionTailscale version to use. Specify `latest` to use the latest stable version, and `unstable` to use the latest development version.yes1.88.3
argsOptional additional arguments to `tailscale up`.no""
tailscaled-argsOptional additional arguments to `tailscaled`.no""
hostnameFixed hostname to use. Must be a valid DNS label (alphanumeric and dashes only, 1-63 characters, cannot start or end with a dash). If not provided, a hostname will be generated based on the runner name.no""
timeoutTimeout for `tailscale up`.no2m
retryNumber of retries for `tailscale up`.no5
use-cacheEnable caching of Tailscale binaries to speed up subsequent runs.notrue
statedirDirectory to store Tailscale state. If empty, uses in-memory storage.no""
sha256sumExpected SHA256 checksum of the tarball.no""
pingComma separated list of hosts (Tailscale IP addresses or machine names if MagicDNS is enabled on the tailnet) to `tailscale ping` for connectivity verification after `tailscale up` completes.no""

no outputs