tailscale / tailscale/github-action
GitHub action waits forever and then times out
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:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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