blob: c785f628ef2fc4a6d6bca732844f2ad0a1d59918 (
plain)
1
2
3
4
5
6
|
[[Gitlab Docs]] [[Use YAML anchors to reuse scripts in Gitlab CI]]
To access another repo from a CI job use basic auth over https using the credentials: `gitlab-ci-token:${CI_JOB_TOKEN}`.
Example:
`https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.group.one/groupvps/group-one-backup-agent.git`
|