Files
tiennm99 884143a934 feat: add gitea-leave-orgs script and init Go module
Add cmd/ structure for multiple standalone scripts. First script
leaves all joined Gitea orgs except a configurable keep-list.
2026-04-13 08:54:20 +07:00

4 lines
94 B
Bash

GITEA_URL=https://gitea.example.com
GITEA_TOKEN=your-api-token-here
GITEA_KEEP_ORGS=org1,org2