Hello all, I am doing Gitlab migration with my current private repo using Prefect Cloud. However I a...
k
Hello all, I am doing Gitlab migration with my current private repo using Prefect Cloud. However I am struggling with the pull step using the PAT (Personal or Project Access Token). As I understand based on the code in
prefect/runner/storage.py
I have to setup the token as
oauth2:<token>@gitlab.corp-name/group/project.git
However this does not work and i keep getting error 128. Any idea how to resolve this one? Or maybe some workaround that does not depends on pulling perhaps ?