game-ci / unity-test-runner

Run tests for any Unity project
https://github.com/marketplace/actions/unity-test-runner
MIT License
210 stars 135 forks source link

Set default value for githubToken? #209

Open anatawa12 opened 1 year ago

anatawa12 commented 1 year ago

Context

In the document, we need to set githubToken: ${{ secrets.GITHUB_TOKEN }} to see test results. However, it's not necessary for users I think.

Suggested solution

If you set ${{ github.token }} (which is equivalent to ${{ secrets.GITHUB_TOKEN }}) as a default value for githubToken, We don't need to set github token manually.

Additional details

${{ github.token }} as a default value is used in many official actions. For example, actions/checkout