Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

env.js

  • Rhys Arkins's avatar
    d471ed83
    feat: deprecate platform tokens (#3067) · d471ed83
    Rhys Arkins authored
    Deprecate use of “special” env var like `GITHUB_TOKEN` and instead standardize on `RENOVATE_*` environment variables instead.
    
    Closes #2834
    
    BREAKING CHANGE: For GitHub, GitLab, Bitbucket and VSTS you need to migrate `*_ENDPOINT` to `RENOVATE_ENDPOINT`, `*_TOKEN` to `RENOVATE_TOKEN`, and same for `BITBUCKET_USERNAME` and `BITBUCKET_PASSWORD`.
    d471ed83
    History
    feat: deprecate platform tokens (#3067)
    Rhys Arkins authored
    Deprecate use of “special” env var like `GITHUB_TOKEN` and instead standardize on `RENOVATE_*` environment variables instead.
    
    Closes #2834
    
    BREAKING CHANGE: For GitHub, GitLab, Bitbucket and VSTS you need to migrate `*_ENDPOINT` to `RENOVATE_ENDPOINT`, `*_TOKEN` to `RENOVATE_TOKEN`, and same for `BITBUCKET_USERNAME` and `BITBUCKET_PASSWORD`.