openshift-pipelines / pipelines-as-code

Pipelines-as-Code for Tekton
https://pipelinesascode.com
Apache License 2.0
129 stars 81 forks source link

Add support for GitHub App Manifest flow on Organization, not User #1739

Open fproulx-boostsecurity opened 1 month ago

fproulx-boostsecurity commented 1 month ago

Right now tkn pac bootstrap github-app only supports creating the app on an end user GitHub account, which is really not great. When I tried it and actually used DevTools to modify the URL on the POST form.

I have filed an issue against the upstream library you guys are using https://github.com/google/go-github/issues/3210

fproulx-boostsecurity commented 1 month ago

Looks like google/go-github has someone willing to add this feature.