Skip to content

Commit 8f68129

Browse files
authored
Merge pull request #466 from dependabot/nishnha/pat-info-in-readme
Add blurbs about using a PAT to the readme
2 parents ff7ca20 + 1c52d60 commit 8f68129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ Supported inputs are:
4040
- `github-token` (string)
4141
- The `GITHUB_TOKEN` secret
4242
- Defaults to `${{ github.token }}`
43-
- Note: this must be set to a [personal access token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) if you enable `alert-lookup` or `compat-token`.
43+
- Note: this must be set to a [personal access token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) if you enable `alert-lookup` or `compat-lookup`.
4444
- `alert-lookup` (boolean)
4545
- If `true`, then populate the `alert-state`, `ghsa-id` and `cvss` outputs.
4646
- Defaults to `false`
47+
- Note: the `github-token` field must be set to a [personal access token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
4748
- `compat-lookup` (boolean)
4849
- If `true`, then populate the `compatibility-score` output.
4950
- Defaults to `false`
51+
- Note: the `github-token` field must be set to a [personal access token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
5052
- `skip-commit-verification` (boolean)
5153
- If `true`, then the action will not expect the commits to have a verification signature. **It is required to set this to 'true' in GitHub Enterprise Server**
5254
- Defaults to `false`

0 commit comments

Comments
 (0)