From 7c7693e0d3e194304ca924ae8b3c7e344650f997 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 17 Jun 2024 21:32:17 +0000 Subject: [PATCH] backport of commit bab3f16513d7d2c95e75733f6aea9f1b380f12f2 --- website/content/docs/configure.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/configure.mdx b/website/content/docs/configure.mdx index 85dffa4d9..956cbefd5 100644 --- a/website/content/docs/configure.mdx +++ b/website/content/docs/configure.mdx @@ -80,8 +80,9 @@ each can be found below: [Packer's home directory](#packer-s-home-directory) for more. - `PACKER_GITHUB_API_TOKEN` - When using Packer init on HCL2 templates, Packer - queries the public API from GitHub which limits the amount of queries on can - set the `PACKER_GITHUB_API_TOKEN` with a GitHub Token to make it higher. + queries the public API from GitHub which has rate-limits on its APIs. + You can set the `PACKER_GITHUB_API_TOKEN` environment variable + with a GitHub Token to make it higher. - `PACKER_LOG` - Setting this to any value other than "" (empty string) or "0" will enable the logger. See the [debugging