Skip to content

Commit

Permalink
take github_token from github.token by default (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal authored Mar 23, 2022
1 parent e143738 commit 86b1913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 86b1913

Please sign in to comment.