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

Notes that device:read and an entry in `tagOwners:` in the policy file is required for this action to work. This, I nope, draws the rest of the owl for some...

Hey, This pull request updates the default Tailscale version in the GitHub Action from 1.42.0 to 1.60.0, addressing a known security vulnerability. Tailscale recommends version 1.60.0 or later for enhanced...

Users who've found the [blog post that introduces GitHub actions](https://tailscale.com/blog/2021-05-github-actions-and-tailscale) but who've yet to encounter a need to tag devices may find themselves frustrated when trying to use this action....

to reproduce, see the workflow example : ``` name: tailscale on: push: branches: - main pull_request: branches: - '*' jobs: build: runs-on: ubuntu-latest container: ubuntu:latest steps: - name: Check out...

This could be run on a self-hosted runner or within a container with Github Actions, so assumptions can't be made about binaries are available in the environment. In particular, all...

We have the following setup: ``` jobs: deploy: runs-on: ubuntu-latest name: Deploy Staging Website steps: - name: Setup Tailscale uses: tailscale/github-action@main with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} - name: Add to...

![Screenshot 2024-01-24 at 10 47 32](https://github.com/tailscale/github-action/assets/140308068/120e9689-ef79-4383-9cb4-c90f90422f02) I'm trying to use TailScale GitHub actions on the *latest* (I also tested different versions) version of TailScale and getting these DNS Issues. It...

Solution: install tailscale from homebrew Also, there's no /etc/hostname so I just called `hostname`

Hi, I've this job auth successfully with my tailscale network on the github runner could interact, solved domain from my machine in tail net.. however, the docker-compose could not resolve...

I'm trying to setup Tailscale on Github Actions according to this docs: https://tailscale.com/kb/1276/tailscale-github-action However, it's missing what the OAuth token scopes should be and what the tag owners for `tag:ci`...