A simple template for quickly building your own Baton connector.
- Click on the "use this template" button, and you'll have a new repository for your connector.
- On your new repository, ensure that workflow actions have read and write access. This is available under the Actions settings for the repository. This setting can be reverted once the repository has been provisioned.
- Update
cookiecutter.json
with the appropriate configuration{ "repo_owner": "conductorone", "repo_name": "baton-zendesk", "name": "baton-zendesk" }
- Commit this change, and a Github action will process the update and initialize the repo for you.