Skip to content

Warning

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

Connect Tailscale

Actions
Connect your GitHub Action workflow to Tailscale
v1
Verified creator
Star (682)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tailscale GitHub Action

This GitHub Action connects to your Tailscale network by adding a step to your workflow.

  - name: Tailscale
    uses: tailscale/github-action@v1
      with:
        authkey: ${{ secrets.TAILSCALE_AUTHKEY }}

Subsequent steps in the Action can then access nodes in your Tailnet.

TAILSCALE_AUTHKEY is an authkey for the Tailnet to be accessed, and needs to be populated in the Secrets for your workflow. Ephemeral authkeys tend to be a good fit for GitHub runners, as they clean up their state automatically shortly after the runner finishes.


Maintainer's Notes

This repository is provided and maintained by Tailscale. The CI script in this repository uses an ephemeral authkey generated for the Tailnet owned by TailscaleGitHubActionBot.github and stored as a Secret as described above.

Connect Tailscale is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Connect your GitHub Action workflow to Tailscale
v1

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Connect Tailscale is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.