Skip to content

Commit

Permalink
docs: add guidance on auth for GHES users (terraform-linters#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Aug 10, 2023
1 parent 7e14708 commit ada8239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Used to authenticate requests to the GitHub API to obtain release data from the

Default: `${{ github.token }}`

To disable authentication, set this value to an empty string (`""`). GitHub Enterprise Server tokens will not be accepted by `github.com`. GHES users must either:

* Disable authentication
* Provide an API token issued from `github.com`
* [Apps](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps) are the preferred way to authenticate on behalf of an organization

### `tflint_wrapper`

Installs a wrapper script to wrap subsequent calls to `tflint` and expose `stdout`, `stderr`, and `exitcode` outputs.
Expand Down

0 comments on commit ada8239

Please sign in to comment.