feat: allow override env regex (#692)

This commit is contained in:
Emil Davtyan 2023-02-13 07:44:09 +01:00 committed by GitHub
parent 5f40203468
commit 62d65f0924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 1 deletions

View file

@ -21,6 +21,11 @@ inputs:
Use a lightweight renovate container without any third-party binaries.
Defaults to true if not set.
required: false
env-regex:
description: |
Override the environment variables which will be passsed into the renovate container.
Defaults to `^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS)$`
required: false
runs:
using: node16
main: dist/index.js