function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vladimir BessonovVladimir Bessonov 

Project `sfdx/sfdx-cicd-template` not found or access denied!

I am using a template from GitLab 
sfdx-project-template

When I try push my first commit I get the message Project `sfdx/sfdx-cicd-template` not found or access denied! and pipeline failed. 
How to proceed? 

It might be wrong VARs.

it is another question 


DEVHUB_AUTH_URL - I set to Sfdx Auth Url 

SANDBOX_AUTH_URL - the same for sandbox. 

from presentation, it is not clear at all how to set the vars  
SwethaSwetha (Salesforce Developers) 
HI Vladimir ,
Per one of the issues(https://gitlab.com/sfdx/sfdx-cicd-template/-/issues/72) "The way to get Auth_URL is by using sfdx force:org:display command that needs to run after interactive login with force:auth:web:login." You might want to try this command to see the variables to be assigned for the AUTH URLs. 

If you have given the right variables and still see the error, I recommend that you report it to the provider using "https://gitlab.com/sfdx/sfdx-cicd-template/-/issues/new"  

​​​​​​​Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you