diff options
Diffstat (limited to 'docs/install/index.md')
-rw-r--r-- | docs/install/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index 11e0d4fd4..d2f684c09 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -91,6 +91,9 @@ frozenLockfile = false # equivalent to `--dry-run` flag dryRun = false + +# whether to use the github REST api (unauthenticated) +github.api = true ``` {% /details %} |