pozil / auto-assign-issue

GitHub Action that auto-assigns issues or PRs to one or more users
Creative Commons Zero v1.0 Universal
53 stars 32 forks source link

Add default GitHub token #11

Closed mskelton closed 2 years ago

mskelton commented 2 years ago

GitHub Actions can contribute a default value for the repo-token input by specifying default: ${{github.token}} removing the need for the extra boilerplate that users must add to their workflows. This technique is used in many of the GitHub created actions such as checkout, setup-node, stale, etc.

pozil commented 2 years ago

Hi @mskelton, thanks for the contrib. Good point, merging it now.