1

I want that my .gitlab-ci.yml starts with:

include:
- remote: https://gitlab-ci-token:$GL_TOKEN@gitlab.com/..../template/-/raw/master/glab-ci-template.yml

The idea is to import a template to my .gitlab-ci.yml. However, I receive a 403 ERROR.

How can I import the template file fro another private repository, that I have access? Thanks

Rui Martins
  • 3,337
  • 5
  • 35
  • 40
  • According to [documentation](https://docs.gitlab.com/ee/ci/yaml/#includeremote) authentication schemas in the remote URL are not supported – Ilia Kondrashov Oct 04 '20 at 08:55

0 Answers0