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
Navigate to the Personal Access Tokens (PAT) page under Developer Settings.
Create a PAT with all of the "Repo" settings applied
Save the PAT inside Hightouch as your Git Sync "Password".

Authenticating with Bitbucket
Navigate to the App Password page under Personal Settings.
Create an App Password with Repo read/write and Pull Request read/write permissions.
Save the App Password inside Hightouch as your Git Sync "Password".

Last updated
Was this helpful?