Skip to content

Commit 898155b

Browse files
authored
Update action.yml
1 parent 753dceb commit 898155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Github Changelog/History Generator
33
author: tj-actions
44
inputs:
55
token:
6-
description: 'GITHUB_TOKEN or a Repo scoped PAT'
6+
description: '[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)'
77
required: true
88
default: ${{ github.token }}
99
output:

0 commit comments

Comments
 (0)