-
Notifications
You must be signed in to change notification settings - Fork 62
chore: use github.token as default input #112
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
Conversation
This PR is idle because it has been open for 14 days with no activity. |
This PR is idle because it has been open for 14 days with no activity. |
This PR is idle because it has been open for 14 days with no activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR is idle because it has been open for 14 days with no activity. |
This PR is idle because it has been open for 14 days with no activity. |
@davidgamero is there an intention to merge the PR? Could you suggest another reviewer? |
This PR is idle because it has been open for 14 days with no activity. |
This PR is idle because it has been open for 14 days with no activity. |
This PR is idle because it has been open for 14 days with no activity. |
Add
github.token
as default token input.Currently if no token nor version is specified the action will return - as known - a warning:
This can be resolved if the default token will automatically be specified.
With this change the workflow step to setup-helm can be one single line.