From 898155b1f0281076b8f6eeee3c36e4e55906fcf2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 28 Dec 2022 00:46:42 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13240ec..ed2b40b 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: Github Changelog/History Generator author: tj-actions inputs: token: - description: 'GITHUB_TOKEN or a Repo scoped PAT' + 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)' required: true default: ${{ github.token }} output: