Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default value for githubToken? #209

Open
anatawa12 opened this issue Dec 24, 2022 · 0 comments · May be fixed by #210
Open

Set default value for githubToken? #209

anatawa12 opened this issue Dec 24, 2022 · 0 comments · May be fixed by #210
Labels
enhancement New feature or request

Comments

@anatawa12
Copy link

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 anatawa12 linked a pull request Dec 24, 2022 that will close this issue
3 tasks
@davidmfinol davidmfinol added the enhancement New feature or request label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants