Related to https://github.com/renovatebot/renovate/discussions/43823, we should see if we can try to use `hostRules.find({readOnly:true})` where possible. This should fall back to a write token (if no read-only token is found) so this _should_ be a safe refactor
Related to #43823, we should see if we can try to use
hostRules.find({readOnly:true})where possible.This should fall back to a write token (if no read-only token is found) so this should be a safe refactor