diff --git a/action.yml b/action.yml index 930f71a..d7a5ecf 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,8 @@ description: 'Setup licensee/licensed for use in GitHub Actions workflows' branding: icon: check color: green - @@ -8,10 +8,10 @@ inputs: +inputs: + github_token: description: 'Authentication token to use with the GitHub API' required: false version: @@ -15,4 +16,4 @@ branding: required: false runs: using: 'node20' - main: 'dist/index.js' + main: 'dist/index.js' \ No newline at end of file