Closed asbjornu closed 2 years ago
Since github_token is set to github.token by default, its required property can be set to false.
github_token
github.token
required
false
https://github.com/reviewdog/action-remark-lint/blob/aa064e1d6f09a7b7b11b18f7f4e287780589c362/action.yml#L20-L23
Looks good to me (https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)!
Since
github_token
is set togithub.token
by default, itsrequired
property can be set tofalse
.https://github.com/reviewdog/action-remark-lint/blob/aa064e1d6f09a7b7b11b18f7f4e287780589c362/action.yml#L20-L23