AriPerkkio / eslint-remote-tester-run-action

Github action for running eslint-remote-tester and receiving results in Github issue
1 stars 1 forks source link

feat: default `github-token` to `github.token` #5

Closed MichaelDeBoey closed 3 years ago

MichaelDeBoey commented 3 years ago

No need to pass github-token anymore

AriPerkkio commented 3 years ago

Thanks for all these PRs @MichaelDeBoey. 🎉 This one especially seems interesting - I may have been following an outdated documentation about github token when looking into actions.

I'll check all these PRs during this week.

AriPerkkio commented 3 years ago

Thanks for changes and for teaching me about github.token! It's way easier than requiring secrets.GITHUB_TOKEN. 🎉