tailscale / github-action

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

Update blog to use new github-action location #27

Closed danielcompton closed 2 years ago

danielcompton commented 2 years ago

https://tailscale.com/blog/2021-05-github-actions-and-tailscale/ says:

      - name: Setup Tailscale
        id: tailscale
        uses: tailscale/tailscale-deploy-github@main
        with:
          authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
          version: 1.7.359

But the repo is now at tailscale/github-action. Reading the file confused me for a moment as I wasn't sure where tailscale-deploy-github was coming from. It might be good to update the blog post to point to the new location in the config file?