Tags: tailscale/gitops-acl-action
Tags
action.yml: recombine gitops-pusher calls 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. Co-authored-by: Mario Minardi <mario@tailscale.com> Signed-off-by: Will Norris <will@tailscale.com>
Initial commit This is a GitOps action for Tailscale users. This enables users to set up their Tailscale ACLs in a GitHub repository and then have changes be pushed out by CI. This also allows changes to be reviewed in CI and have CI fail if ACL tests fail. More details to come. Signed-off-by: Xe <xe@tailscale.com>