feat(Turborepo): Pull a graph of 3 months worth of perf data, save to blob store (#7536)
### Description
- Uses tinybird to grab a slice of recent performance data
- uses vega + sharp to render a graph to png
- saves graph to vercel blob storage
- plumbs the url of the uploaded blob through to the slack payload
TODO:
- [ ] Modify slack workflow to accept the URL (edit: this needs to be
done post-merge, since we won't have the right payload yet)
- [x] Add needed env vars to github actions workflow
### Testing Instructions
Manual testing of URL generation. Latest is
[here](https://4fi2mhasf23fvrzk.public.blob.vercel-storage.com/aggregate-owqEOruxqic7gO448J8YO5g5xdkyQ8.png)
Manual post to a test webhook.
I also ran end-to-end via GH Actions with the old slack payload.
Closes TURBO-2456
---------
Co-authored-by: Greg Soltis <Greg Soltis>
Co-authored-by: Mehul Kar <mehul.kar@vercel.com>