HTTP/S Access (Git) Tokens
env0 can use HTTP/S Access tokens (aka Git Tokens) to access your infrastructure as code templates stored in private git repositories.
Adding a New Access Token
- Enter your organization’s settings, and go to the Credentials tab
- In the Git Tokens section, click + Add Token
- Choose any name that will help you recognize this token in the future.
- Enter the token value in the
Value
text box. - Click Add
Generating Access Tokens
Generate an access token is done in your VCS. This is vendor-specific and you can find further instructions here -
- Github - Personal access tokens
- Gitlab - Personal access tokens
- Bitbucket - App Passwords
Updated over 3 years ago