[docs] Clarify how GITHUB_REPOSITORY is used

This commit is contained in:
Mislav Marohnić 2019-09-06 13:53:30 -07:00
Родитель c9dac78bb7
Коммит 46897a1cc9
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -178,6 +178,11 @@ this can be affected with the `GITHUB_HOST` environment variable:
`GITHUB_TOKEN` `GITHUB_TOKEN`
: OAuth token to use for GitHub API requests. : OAuth token to use for GitHub API requests.
`GITHUB_REPOSITORY`
: A value in "OWNER/REPO" format that specifies the repository that API
operations should be performed against. Currently only used to infer the
default value of `GITHUB_USER` for API requests.
## Bugs ## Bugs
<https://github.com/github/hub/issues> <https://github.com/github/hub/issues>