Issue with Wrangler CLI in pipeline

Hi, Im trying to publish my cloudflare page via Wrangler CLI using bitbucket pipelines. If i try to create a wrangler.toml and explict pass in command i receive the error “Pages does not support wrangler.toml”, but if i didn’t pass i receive the error " ✘ [ERROR] More than one account available but unable to select one in non-interactive mode." . Is any workaround or fix to use Wrangler in pipelines?

You can pass through CLOUDFLARE_ACCOUNT_ID - System Environment Variables · Cloudflare Workers docs

Hello Walshy, im passing and facing the second scenario More than one account, and in my token config i just put one account in resources

i see the same problem on github with bug https://github.com/cloudflare/workers-sdk/issues/3061