tailscale / tailscale/github-action

GitHub action waits forever and then times out

Open
#267 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
938
Forks
137
PR merge metrics
No merged PRs in 30d

Description

We use a relatively simple config:

      - name: Tailscale
        env:
          TAILSCALE_AUTHKEY: ${{ secrets.TAILSCALE_AUTHKEY }}
          TAILSCALE_EXIT_NODE_IP: ${{ secrets.TAILSCALE_EXIT_NODE_IP }}
        uses: tailscale/github-action@v4.1.1
        with:
          authkey: ${{ env.TAILSCALE_AUTHKEY }}
          args: --exit-node ${{ env.TAILSCALE_EXIT_NODE_IP }}
          ping: ${{ env.TAILSCALE_EXIT_NODE_IP }}

But our GitHub action pauses forever waiting for something to happen:

Image

Any ideas? The exit node is working (verified via setting my local Tailscale to use it), and this seems to be happening only the last couple of days.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the workflow snippet and the Tailscale action logs around the hang, checking the v4.1.1 authkey, --exit-node, and ping inputs. Reproduce the timeout with the supplied configuration; done when the action completes the connection and ping or reports an actionable failure instead of waiting indefinitely.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.