Skip to content

Commit

Permalink
Merge pull request #32 from blooper05/use-github_token-by-default
Browse files Browse the repository at this point in the history
Use github.token by default
  • Loading branch information
shogo82148 committed Jun 8, 2022
2 parents cf4f93c + 79a6661 commit b8f945b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ code review experience.
inputs:
github_token:
description: 'GITHUB_TOKEN.'
required: true
default: '${{ github.token }}'
### Flags for reviewdog ###
level:
description: 'Report level for reviewdog [info,warning,error]'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'prologic'
inputs:
github_token:
description: 'GITHUB_TOKEN.'
required: true
default: '${{ github.token }}'
### Flags for reviewdog ###
level:
description: 'Report level for reviewdog [info,warning,error]'
Expand Down

0 comments on commit b8f945b

Please sign in to comment.