With wrangler I am not able to deploy workflows. I tried with: 1) My own workflows 2) Cloudflasre de

With wrangler I am not able to deploy workflows. I tried with:
1) My own workflows
2) Cloudflasre default one: npm create cloudflare@latest workflows-starter -- --template "cloudflare/workflows-starter"

In cli it is showing:
X [ERROR] A request to the Cloudflare API (/accounts/xxxxxxxx/workflows/workflows-hello-world) failed.

Authentication error [code: 10000]
🎒 Membership roles in "Organization Name": Contact account super admin to change your permissions.
Super Administrator - All Privileges

But I am the super admin of my account.

wrangler whoami is giving following:
πŸ”“ Token Permissions:
Scope (Access)
account (read)
user (read)
workers (write)
workers_kv (write)
workers_routes (write)
workers_scripts (write)
workers_tail (read)
d1 (write)
pages (write)
zone (read)
ssl_certs (write)
ai (write)
pages (write)
zone (read)
ssl_certs (write)
ai (write)
queues (write)
zone (read)
ssl_certs (write)
ai (write)
queues (write)
ssl_certs (write)
ai (write)
queues (write)
ai (write)
queues (write)
queues (write)
pipelines (write)
secrets_store (write)
pipelines (write)
secrets_store (write)
secrets_store (write)
containers (write)
cloudchamber (write)
offline_access

How can I deploy workflows?
Was this page helpful?