Is it possible to access the full payload sent by a webhook?
Currently it seems only a subset of its data it made available - through variables that Bitrise sets.
Are these variables the only source? I’m wanting to see the repository that sent the webhook. This info is definitely sent in the payload, according to the payload viewer on Github.
With a standard setup the repo which sent the hook / triggered the build is the same as the one registered for the app (the one you see on the app’s Settings tab on bitrise.io). That repo/clone URL is exposed via the $GIT_REPOSITORY_URL env var.
You’re correct, $GIT_REPOSITORY_URL would normally work, however I’m not dealing with a standard setup currently. I’m actually dealing with multiple related repositories - the webhook for my Bitrise project is assigned to several Github repositories, as I want it to trigger a build when a commit is pushed to any of the different repos.