Central management of my git repositories via multi-gitter scripts.
Generate a short-lived GitHub classic token 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
MIT