Skip to content

Commit

Permalink
Merge pull request #7 from lucianposton/token
Browse files Browse the repository at this point in the history
Use github.token by default
  • Loading branch information
mgrachev authored Mar 17, 2020
2 parents 24782e0 + 1bc1039 commit 1e1d96d
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 1e1d96d

Please sign in to comment.