While trying to run a DBT Cloud job in Production Deployment Environment

In a Cloud dbt Project, I have 4 different deployment environments - DEV, QA, UAT and PROD all linked to different github branches. I have same jobs created in all these environments, but when trying to execute the jobs, the jobs are running in DEV, QA and UAT environment but the jobs are failing in PROD environment with the error ‘Error retrieving Publications’. The jobs are able to clone the git repo, but it is skipping the create profile step. I’m not able to identify the exact root cause for this. Can someone help with this issue