github-action
github-action copied to clipboard
How to pass command line arguments to docker run: Unable to use writeDiscoveredRepos
I don't see a way to pass CLI arguments to the running docker file. How do I take advantage of writeDiscoveredRepos which does not have an environment variable?
https://docs.renovatebot.com/self-hosted-configuration/#writediscoveredrepos
I'm guessing you can try putting config in config.js. Alternatively, submit a PR enabling ENV for this param
or send a PR to allow to configure this via a action parameter.