github-action icon indicating copy to clipboard operation
github-action copied to clipboard

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

Results 68 github-action issues
Sort by recently updated
recently updated
newest added

If you leave out the "tag" parameter, you get this message: "OAuth identity empty, Maybe you need to populate it in the Secrets for your workflow, see more in https://docs.github.com/en/actions/security-guides/encrypted-secrets...

Creates a new error condition, evaluated after the check for empty OAuth credentials, that is triggered if neither an `authkey` not a `tags` is provided. IIUC, `tags` is not required...

I noticed that the default version was out of date, hence this PR.

I might be missing something, but for me this **does not work on either linux, windows or macos** (see #56) builds. I'm trying to cross compile a tauri app using...

Great action, but sometimes it fails to download from pkgs.tailscale.com. And as we are using it in the matrix builds - it's a download every time. To save users some...

I'm aiming towards using Home-Manager to manage my CI environment, with sops-nix's home-manager in tow. As a result, I can consolidate all of my CI secrets into sops-encrypted data stored...

This is not a problem when using GitHub-hosted runners which will be destroyed at the end of the job, but in case of self-hosted runner, a runner will stay running...

**Issue** Github actions used tailscale with option ( DNS override activated on Admin) Failed to resolve any public DNS like google.com for example. **Example from a Github action** Auth successfully...

When setting up to use this action on a macOS runner there is the following error: `mv: fastcopy: open() failed (to): /usr/bin/tailscale: Operation not permitted` The issue looks like here:...

We created the correct tags and set the scope to `device`. The step for Tailscale runs(i dont see any confirmations that we are connected) but the step to run my...