tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
532 stars 80 forks source link

`illegal base64 data at input byte 7` #54

Closed selfagency closed 1 year ago

selfagency commented 1 year ago

my yaml:

- name: Tailscale
  uses: tailscale/github-action@v1
  with:
    authkey: ${{ secrets.TAILSCALE_AUTHKEY }}

the result:

failed to connect to local tailscaled (which appears to be running). Got error: illegal base64 data at input byte 7

running on ubuntu 20

selfagency commented 1 year ago

I switched from using @v1 to @main and now it works.