Workers Builds has a GitHub integration that I think is worth trying out for both this worker and the release worker.
It should allow us to deploy the worker on each commit to main without needing a Cloudflare API token with write access in the repository's secrets. I think we should start off with trying it out on this worker since if something breaks it's not as critical.
This probably depends a bit on nodejs/build#4194 for us to actually be able to debug any possible issues with it
Workers Builds has a GitHub integration that I think is worth trying out for both this worker and the release worker.
It should allow us to deploy the worker on each commit to
mainwithout needing a Cloudflare API token with write access in the repository's secrets. I think we should start off with trying it out on this worker since if something breaks it's not as critical.This probably depends a bit on nodejs/build#4194 for us to actually be able to debug any possible issues with it