tailscale / gitops-acl-action

GitOps for your Tailscale ACLs
81 stars 24 forks source link

action.yml: recombine gitops-pusher calls #39

Closed willnorris closed 5 months ago

willnorris commented 5 months ago

We previously split the gitops-pusher steps based on which auth variables were set due to a bug in the gitops-pusher tool itself. That as fixed in tailscale/tailscale#11025, so we can now recombine these.

Update to latest tagged version of tailscale to pull in the fix, and bump the go version while we're at it.

willnorris commented 5 months ago

tested in a private repo with both api key auth and oauth, and both work well.