Skip to content

Commit

Permalink
Use github.token by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianposton committed Mar 17, 2020
1 parent 24782e0 commit 1bc1039
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 @@ -14,7 +14,7 @@ code review experience.

### `github_token`

**Required**. Must be in form of `github_token: ${{ secrets.github_token }}`'.
Optional. `${{ github.token }}` is used by default.

### `level`

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: 'haya14busa (reviewdog)'
inputs:
github_token:
description: 'GITHUB_TOKEN.'
required: true
default: '${{ github.token }}'
level:
description: 'Report level for reviewdog [info,warning,error]'
default: 'error'
Expand Down

0 comments on commit 1bc1039

Please sign in to comment.