-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
config.js
// Host Rules
secrets: {
"MY_SECRET": process.env.SECRET,
},
hostRules: [
{
"hostType": "git-tags",
"matchHost": "private.git.net",
"password": "{{ secrets.MY_SECRET }}",
}
],
Returns
WARN: Found errors in configuration
"file": "config.js",
"warnings": [
{
"topic": "Configuration Error",
"message": "Invalid `secrets.MY_SECRET` configuration: value must be a string."
}
]
Oddly enough, running this from docker run -v $(pwd)/config.js:/usr/src/app/config.js renovate/renovate:41.90-full renovate-config-validator validates fine
INFO: Validating config.js
INFO: Config validated successfully
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
None yet
Platform
None yet