Skip to content

Set default value for githubToken? #209

Open
@anatawa12

Description

@anatawa12

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions