diff --git a/README.md b/README.md index 198d4a9..a29b953 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ See the inputs below for additional details. #### `github-token` -**Required** Your github action token. +**Required** The automatically created secret github action token (supply as '${{ secrets.GITHUB_TOKEN }}''). #### `level` diff --git a/action.yml b/action.yml index 1073a7b..cb1c392 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false default: "latest" # possible values ['latest', 'master', '[VERSION NUMBER]'] github-token: - description: The automatically created secret github token (supply as '${{ secrets.GITHUB_TOKEN }}''). + description: The automatically created secret github action token (supply as '${{ secrets.GITHUB_TOKEN }}''). required: true level: description: 'Report level for reviewdog [info,warning,error]'