2017-04-21 20:36:03 +00:00
|
|
|
# github
|
|
|
|
|
2018-05-04 03:06:42 +00:00
|
|
|
`github://user:personal-access-token@owner/repo/path#ref`
|
2017-04-21 20:36:03 +00:00
|
|
|
|
|
|
|
| URL Query | WithInstance Config | Description |
|
|
|
|
|------------|---------------------|-------------|
|
|
|
|
| user | | The username of the user connecting |
|
|
|
|
| personal-access-token | | An access token from Github (https://github.com/settings/tokens) |
|
|
|
|
| owner | | the repo owner |
|
|
|
|
| repo | | the name of the repository |
|
|
|
|
| path | | path in repo to migrations |
|
2018-05-04 03:06:42 +00:00
|
|
|
| ref | | (optional) can be a SHA, branch, or tag |
|