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

Provide default Github token #38

Merged
merged 6 commits into from
May 11, 2020
Merged

Provide default Github token #38

merged 6 commits into from
May 11, 2020

Conversation

LaurenceGA
Copy link
Contributor

I saw that this was possible in some other actions. Instead of making every single user always have github_token: ${{ secrets.github_token }}, we can just provide this for them, while still allowing them to change it.

Also, we don't have to put ${{ secrets.github_token }}, we can just put ${{ github.token }}. They're equivalent.

If this works and everyone thinks it's a good idea, I think we should have it in other reviewdog actions too.

Just makes people's workflows a tiny bit less noisy 🙂

@LaurenceGA LaurenceGA added documentation Improvements or additions to documentation enhancement New feature or request labels May 11, 2020
@LaurenceGA LaurenceGA requested a review from a team May 11, 2020 14:20
@LaurenceGA LaurenceGA self-assigned this May 11, 2020
@LaurenceGA LaurenceGA marked this pull request as draft May 11, 2020 14:23
@LaurenceGA
Copy link
Contributor Author

Seems to have half worked... 😕

@LaurenceGA LaurenceGA marked this pull request as ready for review May 11, 2020 14:43
@LaurenceGA LaurenceGA requested a review from haya14busa May 11, 2020 14:43
@LaurenceGA LaurenceGA marked this pull request as draft May 11, 2020 14:46
@LaurenceGA LaurenceGA marked this pull request as ready for review May 11, 2020 14:48
@haya14busa haya14busa marked this pull request as ready for review May 11, 2020 14:51
Copy link
Member

@haya14busa haya14busa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@haya14busa haya14busa merged commit 1b5b1d4 into master May 11, 2020
@github-actions
Copy link
Contributor

🚀 [bumpr] Bumped! New version:v1.4.0 Changes:v1.3.1...v1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:minor documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants