pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Use gh cli while configuring webhook in repo create cmd

Open sm43 opened this issue 3 years ago • 0 comments

tkn repo create cmd now allows configuring webhooks Issue: #526 the cmd asks user to enter personal access token to create the webhook. but we could use gh cli if it installed to get token or code from gh cli to generate a token instead of user need to go on UI and generate one.

sm43 avatar Apr 14 '22 06:04 sm43