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

Issue with Tailscale GitHub Action Failing in GitHub Actions Environment

Open borecz opened this issue 1 year ago • 1 comments

I am experiencing an issue with the Tailscale GitHub Action when running it in my GitHub Actions workflow. The action fails to connect to the Tailscale network, while it works perfectly when executed from my local machine.

Workflow Configuration Here is the relevant part of my GitHub Actions workflow:

- name: Tailscale
  id: tailscale
  timeout-minutes: 6
  continue-on-error: true
  uses: tailscale/github-action@v3
  with:
    authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
    args: --exit-node 100.105.212.65 --reset
    version: 1.78.1

Request for Help I would appreciate any guidance on how to resolve this issue. Are there any known network restrictions in the GitHub Actions environment that could be affecting the Tailscale connection? Any help or suggestions would be greatly appreciated! Thank you!

borecz avatar Dec 19 '24 18:12 borecz

seems related with https://github.com/tailscale/github-action/issues/158 ??

coolapso avatar Apr 04 '25 13:04 coolapso

@borecz we've made some improvements with the v4 action for dealing with eventual consistency that may help you. If you're still encountering problems, please feel free to reopen this ticket or open a new one.

oxtoacart avatar Oct 20 '25 18:10 oxtoacart