rajatjindal / krew-release-bot

bot to bump version of plugin in krew-index on new releases
Apache License 2.0
46 stars 17 forks source link

make it easy to self-deploy #8

Open ahmetb opened 4 years ago

ahmetb commented 4 years ago

this project should be fairly easy to integrate w/ Cloud Run Button for people who want to self-deploy their own krew-release-bot's.

I suspect it only needs to prompt for GITHUB_TOKEN.

In the future if people want to secure it, you can also require an user-configured KREW_BOT_TOKEN so that the webhook has basic auth.