reviewdog / action-remark-lint

Run remark-lint with Reviewdog :dog:
https://github.com/reviewdog/reviewdog
MIT License
5 stars 9 forks source link

`github_token` should be made an optional property #60

Closed asbjornu closed 2 years ago

asbjornu commented 2 years ago

Since github_token is set to github.token by default, its required property can be set to false.

https://github.com/reviewdog/action-remark-lint/blob/aa064e1d6f09a7b7b11b18f7f4e287780589c362/action.yml#L20-L23

rickstaa commented 2 years ago

Looks good to me (https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)!