Git

Everything related to git, independent of platform specificities (Github, Gitlab, Bitbucket, etc.)

Resource type

git_repository — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
urlstringYesURL of the remote
branchstringNoCustom branch to use for this repository. If unset, the repository default branch will be used. Certain script might expects that the branch is already created (it is the case of the Windmill Git Sync script).
folderstringNoOptional path to a folder inside the repository. The path should be relative to the root of the repository. Certain scripts might expects that the folder already exists in the repo (it is the case of the Windmill Git Sync script).
gpg_keyobjectNoOptional GPG Key resource if the repo requires signed commits
is_github_appbooleanNoUse GitHub App installation token for authentication. Requires a GitHub App installation in your organization / user account as well as configuring it in the customer portal.