mirror of https://github.com/renovatebot/renovate
513 B
513 B
Hermit package installation token
When upgrading private packages through, Hermit manager will uses one of the following two tokens to download private packages.
HERMIT_GITHUB_TOKEN
GITHUB_TOKEN
These environment variable could be passed on via setting it in customEnvironmentVariables
.
Nested Hermit setup
Nested Hermit setup in a single repository is also supported. e.g.
├bin
├─hermit
├─(other files)
├
├nested
├─bin
├──hermit
├──(other files)