Document the `PKR_GITHUB_API_TOKEN` setting in /configure#env vars
This commit is contained in:
parent
4c02123142
commit
b6cfe16444
|
@ -110,6 +110,10 @@ each can be found below:
|
||||||
- `PACKER_CONFIG_DIR` - The location for the home directory of Packer. See
|
- `PACKER_CONFIG_DIR` - The location for the home directory of Packer. See
|
||||||
[Packer's home directory](#packer-s-home-directory) for more.
|
[Packer's home directory](#packer-s-home-directory) for more.
|
||||||
|
|
||||||
|
- `PKR_GITHUB_API_TOKEN` - When using Packer init on HCL2 templates, Packer
|
||||||
|
queries the public API from Github which limits the ammount of queries on can
|
||||||
|
set the `PKR_GITHUB_API_TOKEN` with a Github Token to make it higher.
|
||||||
|
|
||||||
- `PACKER_LOG` - Setting this to any value other than "" (empty string) or
|
- `PACKER_LOG` - Setting this to any value other than "" (empty string) or
|
||||||
"0" will enable the logger. See the [debugging
|
"0" will enable the logger. See the [debugging
|
||||||
page](/docs/other/debugging).
|
page](/docs/other/debugging).
|
||||||
|
|
Loading…
Reference in New Issue