wow-actions / welcome

💖 Welcomes new users by creating a comment in their first time issue/PR
MIT License
9 stars 4 forks source link

Use workflow GitHub token as default `GITHUB_TOKEN` #10

Closed KeisukeYamashita closed 1 year ago

KeisukeYamashita commented 1 year ago

Description

I have configured default token ${{ github.token }} so that users doesn't need to specify the ${{ secrets.GITHUB_TOKEN }} every time.

Motivation and Context

Like in the README.md's example, when we want to use this workflow, we need to at least specify the workflow run's token ${{ secrets.GITHUB_TOKEN }} or any custom tokens. But, on workflow run's token, we can use the default value and remove the GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}.

Types of changes

Self Check before Merge

KeisukeYamashita commented 1 year ago

@bubkoo Hi, thank you for your nice work. Because there were no code owners, the default reviewers are not assigned. Thus, I have mentioned you 🙏 PTAL when you got a chance!

Thank you in advance.