flashbots / rbuilder

rbuilder is a blazingly fast, state of the art Ethereum MEV-Boost block builder written in Rust
Apache License 2.0
244 stars 48 forks source link

ci: Upload benchmark report from separate workflow #23

Closed metachris closed 3 months ago

metachris commented 3 months ago

📝 Summary

CI for PRs should (and do) run in a context that doesn't have access to secrets. This PR separates the upload of the report into a separate workflow.

See also https://securitylab.github.com/research/github-actions-preventing-pwn-requests/


✅ I have completed the following steps: