Forward Build Logs?

We've got a corporate CloudFlare instance with some GitHub-driven CloudFlare pages projects. Would like to be able to allow either the link in the build report (what's shown in GitHub Conversation for a PR) to allow NOT-ADMIN USERS to see the build logs to debug stuff... really don't want our developers to have to have CloudFlare accounts to see the build logs. Is there a way to have the logs visible on the link specified, or is is possible to have it push the build log somewhere (an GitHub issue, email it, whatever)?
2 Replies
Erisa
Erisa•13mo ago
There's not a current native way to display them outside the dashboard or send them elsewhere, however the is an API to access them and you can set webhooks for build events, so it would be possible to build something yourself: https://discord.com/channels/595317990191398933/909458221419356210/1107097521471373402
IDisposable
IDisposable•13mo ago
Nice, I'll drive down that road 🙂