Cannot push from a project to another

Hi guys…
I resolved this problem with a “personal access token” in Settings of my profile. I created a token with scope api and configure in my pipeline. Open the project in gitlab console, go to Settings > CI/CD > Secret variables, create a variable with value the key (generated in profile). I replace “{CI_JOB_TOKEN}" to my variable "{VAR01}”.
Best regards.