+4
−2
+9
−5
+17
−5
Loading
Stanford GitLab is not approved for High Risk Data and Protected Health Information (PHI). For more information, see FAQ.
renovate-run.sh now resolves the token as:
RENOVATE_TOKEN > RENOVATE_TOKEN_FILE > RENOVATE_TOKEN_VAULT_PATH (vault-read.sh)
> GITLAB_TOKEN > ~/.gitlab-token
This closes the loop with renovate-bot sa-create's RENOVATE_BOT_TOKEN_VAULT_PATH
(write -> read), so a fleet can run with no token files on disk. The vault var is
scrubbed from Renovate's env; a failed read warns and falls through.
Changelog: added
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>