You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monorepo with which I want to deploy all my various cloudflare workers. Each worker has a production and preview environment configured in github with environment-specific secrets (0..n). I am using the below step to provision secrets today. However, that doesn't work when I have more than 1 worker in the same repo running my unified github action to deploy the workers. Each worker will have different secrets so I need this to be dynamic. Is this supported by this github action? If not, any hints how to overcome this?