Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 716 Bytes

baton-zendesk

A simple template for quickly building your own Baton connector.

How to use

  1. Click on the "use this template" button, and you'll have a new repository for your connector.
  2. 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.
  3. Update cookiecutter.json with the appropriate configuration
    {
       "repo_owner": "conductorone",
       "repo_name": "baton-zendesk",
       "name": "baton-zendesk"
    }
  4. Commit this change, and a Github action will process the update and initialize the repo for you.