Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Tailscale GitHub Action Failing in GitHub Actions Environment #152

Open
borecz opened this issue Dec 19, 2024 · 0 comments
Open

Comments

@borecz
Copy link

borecz commented Dec 19, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant