github.com/ghosta3/migrate@v3.5.4+incompatible/source/github/README.md (about)

     1  # github
     2  
     3  `github://user:personal-access-token@owner/repo/path#ref`
     4  
     5  | URL Query  | WithInstance Config | Description |
     6  |------------|---------------------|-------------|
     7  | user | | The username of the user connecting |
     8  | personal-access-token | | An access token from Github (https://github.com/settings/tokens) |
     9  | owner | | the repo owner |
    10  | repo | | the name of the repository |
    11  | path | | path in repo to migrations |
    12  | ref | | (optional) can be a SHA, branch, or tag |