From be311c19f483b6921cadb79fd1b0afd02a553327 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 28 Dec 2022 07:45:58 +0000 Subject: [PATCH] Updated README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1e5b1bb..d54febc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ Generate CHANGELOG/HISTORY markdown files for your project ## Inputs + + +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|--------|--------|----------|-------------------------|-----------------------------------| +| output | string | false | `"CHANGELOG.md"` | The changelog output file | +| token | string | true | `"${{ github.token }}"` | GITHUB\_TOKEN or a Repo scoped PAT | + + + | 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)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |