- Make the module's folder in this project's root directory. Convention is to use lowercase.
- Make an entry in
modules.json
. See the example module there for more info. - Allow that repo access to the Organisation Secrets
APP_ID
andAPP_KEY
. - Add an event handler in the module's git repository. See
.github/workflows/exampleEventSender.yml.disabled
for info.