summaryrefslogtreecommitdiffhomepage
path: root/cmd/gitops-pusher/README.md
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04.github,cmd/gitops-pusher: update to checkout@v4Maisem Ali1-1/+1
checkout@v3 is broken: actions/checkout#1448 Updates #cleanup Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-06-21cmd/gitops-pusher: add new GitOps assistant (#4893)Xe Iaso1-0/+48
This is for an upcoming blogpost on how to manage Tailscale ACLs using a GitOps flow. This tool is intended to be used in CI and will allow users to have a git repository be the ultimate source of truth for their ACL file. This enables ACL changes to be proposed, approved and discussed before they are applied. Signed-off-by: Xe <xe@tailscale.com>