This repo holds signatures from the DCO assistent bot for Recheck repos, so the commits don't clutter the main source history.
See .github/workflows/dco.yml in those repos for config.
- On the new repo that should require signatures, copy in
.github/workflows/dco.ymlfrom an existing repo. Updatepath-to-signaturesand maybeallowlist. - Create a classic personal access token with the top-level
repopermission. This is overbroad but the bot doesn't (yet?) work with fine-grained tokens. - On the new repo,
Settings->Secrets and variables->Actions-> add a newRepository secretnamedPERSONAL_ACCESS_TOKENwith theghp_....secret from the previous step.