https://github.com/escalate/multi-gitter-scripts
https://github.com/escalate/multi-gitter-scripts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/escalate/multi-gitter-scripts
- Owner: escalate
- License: mit
- Created: 2025-03-05T20:40:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T21:41:50.000Z (over 1 year ago)
- Last Synced: 2025-03-05T22:32:40.296Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/multi-gitter-scripts/actions/workflows/test.yml)
# multi-gitter Scripts
Central management of my git repositories via [multi-gitter](https://github.com/lindell/multi-gitter) scripts.
## How to run a job
Generate a short-lived [GitHub classic token](https://github.com/settings/tokens/new) with the scope `repo` for multi-gitter.
```
export GITHUB_TOKEN="REDACTED"
export GITHUB_USER="escalate"
export MULTI_GITTER_SCRIPT="jobs/code-of-conduct/code-of-conduct.sh"
export MULTI_GITTER_BRANCH="code-of-conduct"
export MULTI_GITTER_COMMIT_MSG="docs: add code of conduct"
export MULTI_GITTER_COMMIT_AUTHOR_NAME="Felix Boerner"
export MULTI_GITTER_COMMIT_AUTHOR_EMAIL="REDACTED"
make dry-run
make run
make status
```
## License
MIT