actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.9k stars 962 forks source link

Unable to authorize tailscale #3465

Open caejb opened 1 month ago

caejb commented 1 month ago

Describe the bug When i install Tailscale on a windows runner and try to auth the runner with "tailscale up --authkey XYZ" the command was not found or the run process just freezing with no output.

To Reproduce Steps to reproduce the behavior:

  1. Run windows-latest runner
  2. Install tailscale using .exe or .msi
  3. Try to auth using --autkey method
  4. No output and freezing

Expected behavior Auth to tailscale and go to next step

Runner Version and Platform

windows-latest on github

OS of the machine running the runner? OSX/Windows/Linux/... windows server 2022 - windows-latest

What's not working?

Just freezing, no output.

Job Log Output

none.

Runner and Worker's Diagnostic Logs

none.

caejb commented 1 month ago

Nice to know:

  1. The Tailscale auth command does not respond anything.

  2. " 'tailscale' not recognised." After the installation is there a way to restart the console to accept new environment variables?

I can bypass it running a batch/exe with my auth command in it, but still freezes at this point.

caejb commented 1 month ago

When I remotely enter the windows runner and run it in a new console it just works fine. But in the Step-by-Step CI it freezes (infinite loop) at this point.