Git authentication with a project token.
This MR proposes to replace the ssh based authentication with a Gitlab project access token.
You can test this change by including:
include:
- project: 'repos/data-engineering/workflow_utils'
ref: 'auth-with-project-token'
file: '/gitlab_ci_templates/pipelines/conda_artifact_repo.yml'
An example of a successful release cycle is available at:
Edited by Gmodena