Closed LaurenceGA closed 4 years ago
See similar PR for other reviewdog action here.
This makes it so that users of this action no longer need to pass github_token: ${{ secrets.github_token }}, we just provide it by default. They can still pass it if they like. Makes the workflow file less noisy.
github_token: ${{ secrets.github_token }}
🚀 [bumpr] Bumped! New version:v1.6.0 Changes:v1.5.0...v1.6.0
See similar PR for other reviewdog action here.
This makes it so that users of this action no longer need to pass
github_token: ${{ secrets.github_token }}
, we just provide it by default. They can still pass it if they like. Makes the workflow file less noisy.