Overview
Currently, there is no way to gather this information via the Codefresh Web Interface. This information can be acquired via the CLI / API call to get the pipeline spec.
Details
codefresh get pipeline Project/Pipeline -o yaml
- Under spec.triggers you can see the information about each git trigger.
- Information you will need is the endpoint and secret fields