Hi @black02430horse! When deploying via the CLI, you need to make sure it’s switched to the right team scope. On local you could do this using vercel switch, but with automated deployment you need to get there a different way.
Make sure the VERCEL_TOKEN has access to the team scope. You’ll also need to include the VERCEL_ORG_ID and VERCEL_PROJECT_ID as secrets or environment variables for the workflow.
This guide has more details and includes links to example workflows: