Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2022
1 parent ddb9b70 commit 4807e79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,15 @@ Generate CHANGELOG/HISTORY markdown files for your project

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------|--------|----------|-------------------------|-----------------------------------|
| output | string | false | `"CHANGELOG.md"` | Output file |
| token | string | true | `"${{ github.token }}"` | GITHUB\_TOKEN or a Repo scoped PAT |

<!-- AUTO-DOC-INPUT:END -->

| Input | type | required | default | description |
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
| token | `string` | `true` | `${{ github.token }}` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
Expand Down

0 comments on commit 4807e79

Please sign in to comment.