Add multi-username activity support
ci / test (push) Successful in 10s
ci / push-image (push) Successful in 52s
ci / deploy-coolify (push) Successful in 6s

This commit is contained in:
Space-Banane
2026-06-04 22:42:48 +02:00
parent ad792b8137
commit 4444174365
5 changed files with 142 additions and 44 deletions
+9 -2
View File
@@ -62,9 +62,16 @@ Copy `.env.example` to `.env` and edit values.
Required:
- `GITHUB_USERNAME`
- `GITHUB_USERNAME` (supports a comma-separated list, for example `octocat,hubot`)
- `GITEA_BASE_URL`
- `GITEA_USERNAME`
- `GITEA_USERNAME` (supports a comma-separated list)
Example:
```env
GITHUB_USERNAME=octocat,hubot
GITEA_USERNAME=alice,bob
```
Optional: