Hi Every one,
I am new here -Vercel and trying to implement CI/CD with github action.
I am also invited to our team and trying to deploy to one of our projects.
In the following command I used my personal VERCEL_TOKEN.
vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
But it is being deployed to my personal vercel account not our team's project.
If anyone has idea on it, please help me.
Thanks,