Category: git
Create copilot token for vscode and connect
To create a GitHub Copilot token for Visual Studio Code, you need to generate a personal access token (PAT) on…
How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
user November 24, 2022 0 Comments on How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
During building of git pipeline you may need to add some values which you dont want to expose in the…