Skip to content

Push tags as CI_DEPLOY_USER

Gmodena requested to merge auth-with-ci-token into main

This MR proposes to use a deploy token instead of uploading an ssh privkey to a repo.

A deploy token must be manually created for a project. Credentials will be available within a CI pipeline as:

  • CI_DEPLOY_USER
  • CI_DEPLOY_PASSWORD
Edited by Gmodena

Merge request reports