Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

github

This driver is catered for those that want to source migrations from github.com. The URL scheme doesn't require a hostname, as it just simply defaults to github.com.

github://user:personal-access-token@owner/repo/path#ref

URL QueryWithInstance ConfigDescription
userThe username of the user connecting
personal-access-tokenAn access token from GitHub (https://github.com/settings/tokens)
ownerthe repo owner
repothe name of the repository
pathpath in repo to migrations
ref(optional) can be a SHA, branch, or tag