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

Recently, I get this warning every time I run the workflow with Tailscale

Hello, Given: ``` jobs: tests: timeout-minutes: 30 runs-on: ubuntu-latest container: image: ghcr.io/some-image:latest volumes: - /var/run/docker.sock:/var/run/docker.sock steps: - name: Checkout repository uses: actions/checkout@v4 - name: Tailscale timeout-minutes: 5 uses: tailscale/github-action@v4 with:...

The new typescript action creates artifacts in the local repo, the `tailscale.tgz` and `tailscaled.pid` files. In most cases, that's probably not a big deal, but for actions that are updating...

Lots of different github actions out there offer actions to install the CLI tools (along with caching support) so that you can make it easier to use the binary in...

I had a subject of form `repo:org/repo` missing e.g., a `:*` at the end the error you get from this action in this case is not very helpful/misleading: ``` ▶️...

With a new `logout` being performed at the end of a CI job it would be nice to have a `login` option that can be passed. We have a use...

Hi, I’m trying to use the tailscale/github-action in a GitHub Actions workflow running on a macOS runner (macos-15) with an exit node. While the same workflow works fine on Linux...

needs-triage