mirror of
https://github.com/tiennm99/MTTools.git
synced 2026-09-04 04:17:12 +00:00
Add cmd/ structure for multiple standalone scripts. First script leaves all joined Gitea orgs except a configurable keep-list.
4 lines
94 B
Bash
4 lines
94 B
Bash
GITEA_URL=https://gitea.example.com
|
|
GITEA_TOKEN=your-api-token-here
|
|
GITEA_KEEP_ORGS=org1,org2
|