Authenticating for Git Sync

Git Sync relies on the native git protocal, however out-of-band features like pull requests require API authentication with your git provider (GitHub, Bitbucket, etc.)

Authenticating with GitHub

  1. Navigate to the Personal Access Tokens (PAT) page under Developer Settings.

  2. Create a PAT with all of the "Repo" settings applied

  3. Save the PAT inside Hightouch as your Git Sync "Password".

Authenticating with Bitbucket

  1. Navigate to the App Password page under Personal Settings.

  2. Create an App Password with Repo read/write and Pull Request read/write permissions.

  3. Save the App Password inside Hightouch as your Git Sync "Password".

Last updated

Was this helpful?