github-action

(★ 927)

A GitHub Action to connect your workflow to your Tailscale network.

File Explorer

  • .gitattributes
  • .gitignore
  • action.yml
  • LICENSE
  • Makefile
  • package-lock.json
  • package.json
  • README.md
  • README_CI.md
  • tsconfig.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

tailscale

View Details ▼

A private WireGuard network service.
Some subcommands such as `up` have their own usage documentation.

sudo tailscale set --operator $USER

Allow the current user to operate on the Tailscale daemon:

tailscale {{up|down|status}}

Handle connection to Tailscale (connect, disconnect, check status):

tailscale set --advertise-exit-node

Offer the current machine to be an exit node for internet traffic:

// repository documentation