custom binding with CLI `wrangler versions`
I have this dynamic value that is in my github actions. i want to upload a version with a specific binding to it.
In essence i want this to work:
for some reason this does not end up as an env variable in the version
In essence i want this to work:
HUBS_EMBED_URL=https://google.com wrangler versions uploadfor some reason this does not end up as an env variable in the version
