unity-test-runner icon indicating copy to clipboard operation
unity-test-runner copied to clipboard

Set default value for githubToken?

Open anatawa12 opened this issue 2 years ago • 0 comments

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

anatawa12 avatar Dec 24 '22 10:12 anatawa12