I have around 100 variables defined in my project (passwords). Now i want to prefix them all with some name. Do i need to change them all manially, or is there a way to export/import change them?
Hey,
Have you considered using GitLab’s REST API?
1 Like
You can upload them to any cloud storage, such as Google Cloud Storage buckets, Azure Blob Storage, or AWS S3. Then, you can download them via a YAML configuration and use them while running the pipeline.