terraform-linters / setup-tflint

A GitHub action that installs Terraform linter TFLint
MIT License
149 stars 38 forks source link

include `GITHUB_TOKEN` in init example #157

Closed bendrucker closed 1 year ago

bendrucker commented 1 year ago

Includes GITHUB_TOKEN in the init example. On private hosts, including self-hosted runners, this is optional. On shared Actions runners, this is practically required to avoid random rate limiting.

See also https://github.com/terraform-linters/tflint/pull/1708 Closes #143