Search code examples
gitlabgitlab-ci

How to Access gitlab variables from another repo


I have two repositories A,B in gitlab. I wanted to access few variables in "repo A" to "repo B" in gitlab to implement CICD. How do I do that.


Solution

  • Use the Project-level CI/CD variables API