Hello,
a few days ago pulling a private repository from the CI of another repository using the CI_JOB_TOKEN stopped working. I was told nothing was changed in our GitLab configuration or permissions. So we are wondering if something changed for the CI_JOB_TOKEN.
We are using the following line to install a pip package from another private repository:
git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/accessio/openmodule/libcontroller@INBOX-1504#egg=arivo-libcontroller
The output is:
Running command git clone --filter=blob:none --quiet 'https://gitlab-ci-token:****@gitlab.com/accessio/openmodule/libcontroller' /tmp/pip-install-jdl8w55e/arivo-libcontroller_720f4dc7260a40e28d55d4e58698ac10
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/accessio/openmodule/libcontroller/'
error: subprocess-exited-with-error
The link does not provide any information for us to find out why it does not work anymore. We also checked the docs here and all looks fine.
An older pipelines which worked fine a few days ago, is now also failing with the same error.
Did something change in GitLab or does anyone have a clue what might be the problem?
Thanks
Thomas